antisnatchor
cecd6cb14a
Slightly changed comments on websocket.rb
2012-04-18 15:19:34 +01:00
antisnatchor
43f82b0c72
Removed not needed line
2012-04-18 14:41:49 +01:00
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
antisnatchor
185b1be30f
Fixed issue with command execution. Now commands are executed correctly via WebSocket.
2012-04-13 13:35:29 +01: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
bcoles
e52b5101ee
Updated logo location
...
The favicon is not located at /favicon.ico if web server immitation is enabled
2012-04-12 17:20:20 +09:30
bcoles
0c0027e06f
Event Logger now logs form submissions
...
Fixes issue #141
2012-04-12 12:27:28 +09:30
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
bcoles
6af55c7e33
Event Logger now logs clipboard events (in IE6 only)
...
Fixes issue# 653
Tidied up the 'submit' handler a bit. Part of issue #141
2012-04-11 14:06:56 +09:30
antisnatchor
2b77416226
Issue 654: the main hook handler now extends the Router class
2012-04-09 12:26:57 +01:00
antisnatchor
dd2e522ce4
Issue 654: the XssRays handler is now extending the Router class
2012-04-09 11:36:35 +01:00
antisnatchor
22772c7822
Issue 654: the RESTful api classes are now extending the Router class
2012-04-09 11:16:21 +01: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
Graziano Felline
302512e172
Added FF11 support
2012-04-08 13:21:12 +02:00
Graziano Felline
85b3a59441
The connection and helo to server correctly work.
2012-04-08 12:46:57 +02:00
Wade Alcorn
3d80a952ae
Version number updated
2012-04-08 16:07:22 +10:00
antisnatchor
8f7caff30f
changed websocket.js structure with closures.
2012-04-07 14:19:56 +01:00
antisnatchor
296d0161c9
fixed issue with FF detectionon websockets
2012-04-07 13:48:10 +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
15ca7777bb
Inserted module in bootstrap
2012-04-07 13:00:40 +02: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
bcoles
cce8cf451c
Added XssRays vectors:
...
o URL encoded
o Double URL encoded
o Double nibble URL encoded
Fixes issue #65
Part of issue #47
2012-04-05 14:26:30 +09:30
bcoles
f852b87b2b
Added detection for Chrome 18 and 19
2012-04-05 12:45:10 +09:30
Michele Orru
4e1a283736
Merge pull request #656 from tmacuk/master
...
Added IIS imitation default root page, thanks to @tmacuk
2012-04-04 13:33:23 -07:00
Thomas Mackenzie
e168a05936
added pageerror logo for iis imitation
2012-04-04 20:04:31 +01:00
Thomas Mackenzie
e76f301593
added iis imitation construction page
2012-04-04 18:39:56 +01:00
antisnatchor
67d024441d
Added Apache/Centos images for the default root page (web server imitation)
2012-04-04 16:45:39 +01:00
antisnatchor
616b969f96
added todo for IIS 6 default root page (web server imitation)
2012-04-04 16:42:42 +01:00
antisnatchor
0067e20702
Changed HTTP response 'server' header to IIS/6 when iis is specified.
2012-04-04 16:41:15 +01:00
antisnatchor
870a182411
Added HTTP response with default Apache centos root page (web server imitation).
2012-04-04 16:33:32 +01:00
antisnatchor
f5a77a63eb
Prevent to mount the favicon.ico if we're imitating a web server.
2012-04-04 16:06:19 +01:00
antisnatchor
454280f7de
Adjusted errors and default returns for the web server imitation.
2012-04-04 16:05:52 +01:00
antisnatchor
6bebb80f61
Added default 404 HTTP response bodies for Apache 2.2.3 and IIS 6
2012-04-04 15:47:21 +01:00
Keith Lee
e528375e3d
Save wireless configuration xml created by Get_wireless_keys module to temp folder
beef-0.4.3.3
2012-04-02 14:40:32 -04:00
antisnatchor
1db9ccaff6
Merge branch 'master' of https://github.com/beefproject/beef
2012-03-31 14:12:52 +01:00
antisnatchor
2db4885c2f
Added comments in the main Router class.
2012-03-31 13:57:18 +01:00