Graziano Felline
656262c0f4
Basic response recv system implemented
...
todo ping-pong for alive host. thread's content is in websocket.rb
todo setting up a separate handler for via ws answer's
2012-04-18 12:00:17 +02:00
antisnatchor
2198c69aa8
Merge remote-tracking branch 'upstream/master'. Fixed conflicts on config.yaml.
2012-04-14 20:44:17 +01:00
Graziano Felline
2755c6449c
Deleted some stuff that does not work correctly in old browser (IE 8)
...
Better check for FF
Cleand up inside the code
2012-04-14 19:42:53 +02:00
Graziano Felline
65138db207
Commands are now sent through websocket
...
Trouble with eval function in websocket.js
2012-04-13 12:45:48 +02:00
Graziano Felline
23f782b8d8
Hook.js load websocket.js only if specifield in beef configuration file
...
if websocket is disabled all work normally
if websocket is enabled have trouble in command.rb
2012-04-12 19:01:49 +02:00
Graziano Felline
af9b3c97b5
Added polling stop if websocket is up in updater.js
...
added hash for websocket in websocket.rb
added check for websocket existence in command.rb and net.js
added a POC onmessage function in websocket.js
added check for websocket support in init.js
added a POC send to send command output to server in beef.js
2012-04-11 20:52:47 +02:00
antisnatchor
8cac63a2f0
Issue 654: if /dh handler is called without params, return 404
2012-04-09 11:03:02 +01:00
antisnatchor
c60825faae
Issue 654: adjusted DynamicReconstruction handler to extend the Router class
2012-04-09 10:33:23 +01:00
antisnatchor
b08326ebcc
fixed typo in ws.receive
2012-04-07 13:41:58 +01:00
antisnatchor
552beb4ccd
changed allowed origins to ALL
2012-04-07 13:40:18 +01:00
antisnatchor
faae01a9aa
Changed default websocket port
2012-04-07 13:34:21 +01:00
Graziano Felline
ce8919297f
Merge remote-tracking branch 'origin/master'
...
Conflicts:
core/main/network_stack/websocket/websocket.rb
2012-04-07 14:21:41 +02:00
Graziano Felline
bcd0ff154f
Added websocket.js in beefjs.rb
2012-04-07 14:20:47 +02:00
antisnatchor
fe588cd2a0
Merge branch 'master' of https://github.com/radoen/beef-radoen
...
Conflicts:
core/main/network_stack/websocket/websocket.rb
2012-04-07 13:07:17 +01:00
Graziano Felline
e1134e2fa6
Thread for websocket
2012-04-07 14:01:37 +02:00
antisnatchor
a5504a5b11
Printing nice print_into about the websocket
2012-04-07 12:59:24 +01:00
antisnatchor
64cee24c65
Added WebSocket config options for enable, secure and port
2012-04-07 12:46:57 +01:00
antisnatchor
236c8a81b6
Fixed issue with lib loading and WebSocket server initalization
2012-04-07 12:31:37 +01:00
Graziano Felline
d3e2e1eb30
Inserted module in bootstrap
2012-04-07 12:56:06 +02:00
Graziano Felline
736c81573e
Setting up structures and server/client environment.
...
A lot of TODO
2012-04-06 02:21:40 +02:00
antisnatchor
5474f0507a
Allowing also GET method on Access-Control-Allow-Methods (dynamic handler).
2012-03-31 13:27:59 +01:00
Wade Alcorn
06899ca267
Year updated from 2011 to 2012
2011-12-31 22:24:36 +10:00
Ben Passmore
e76909cd4a
Added very basic threading to the Network stack. Fixes issue 315.
2011-11-25 20:43:50 +10:00
antisnatchor
88bb429d04
adapted DynamicReconstruction Tests to the new Thin server. Rake => all tests passed
2011-11-19 20:10:10 +01:00
antisnatchor
2997540918
rewrote the server core and adjusted the API/classes to use Thin and Rack instead of WebRick.
2011-11-19 15:49:19 +01:00
passbe
65b8652f26
Finished commenting BeEF core. From this point on each developer should be commenting their own core changes
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1362 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-15 03:59:24 +00:00
buherator@gmail.com
ab1ec19a5c
Changed BeEF::API::Registra to BeEF::API::Registrar
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1358 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-09 15:31:52 +00:00
wade@bindshell.net
eef4f5f4f0
typo fixed
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1279 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-12 17:53:24 +00:00
passbe
d8a089a1b3
Reworked timed API system. You now must use the BeEF::API::Registra.register() to hook into timed API calls. This will speed up the framework and allow paramater matching for API hooks.
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1235 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-24 09:33:22 +00:00
passbe
0067a9c088
Cleaned up pre_http_start + mount_handlers. Added direct call API options for mounting and unmounting http handlers
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1184 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-12 00:13:36 +00:00
scotty.b.brown@gmail.com
5c3e6f1575
Adding Apache Licence Header to all files (except VERSION file)
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1046 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-02 23:08:28 +00:00
passbe
1aa1fef079
Fixes issue #328 . Dynamic handler now passes response headers correctly
...
git-svn-id: https://beef.googlecode.com/svn/trunk@929 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-04-26 09:57:03 +00:00
scotty.b.brown@gmail.com
35f62714b1
Moving nextgen from a branch to the trunk!!!
...
git-svn-id: https://beef.googlecode.com/svn/trunk@908 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-04-20 07:54:56 +00:00