antisnatchor
9b1cae6790
Added social_engineering extension to main BeEF config file.
2012-08-31 15:22:09 +01:00
antisnatchor
50e7a1c206
Refactored WebSocket code.
2012-08-25 10:18:56 +01:00
Wade Alcorn
6897962803
Version updated
2012-08-15 13:39:16 +10:00
radoen
93bb25aa0b
Set to false websocket and https
2012-08-10 13:47:42 +02:00
radoen
5697eac123
Added support for wss, issue #714
2012-08-10 13:43:48 +02:00
antisnatchor
dfe61f3a17
Reverted back default port to 3000. My bad.
2012-08-06 15:06:53 +01:00
antisnatchor
1f88bb4cc3
Added default key/cert files for HTTPS support, added a few notes about it on config.yaml
2012-08-06 14:25:53 +01:00
Christian Frichot
b58e9b955e
Fixes Issue #733 - Thin SSL support initial release
2012-08-05 16:17:18 +08:00
Marc Wickenden
3504946636
disable console in commited version
2012-08-03 23:29:24 +01:00
Marc Wickenden
bd4b28ae3c
turn off debugging in committed version
2012-08-03 22:04:28 +01:00
antisnatchor
560aa7f610
Changed default WebSockets port to increase success rate through proxies.
2012-07-31 09:28:55 +01:00
Wade Alcorn
0a34150cf7
Version updated
2012-06-22 21:01:09 +01:00
antisnatchor
0ce3490420
Don't use eval when evaluating the base64'ed blob in the Evasion extension. It was also triggering BeEF "static analysis" tests LOL
2012-05-22 17:37:36 +01:00
antisnatchor
8d805c550f
Started working on the Evasion/Obfuscation extension. Added scrambler, minifier and base64 encoder in the chain.
2012-05-22 16:41:29 +01:00
antisnatchor
51b27709dd
Merge remote-tracking branch 'upstream/master'. WS: added stringifying command results in beef.net.send
2012-05-19 19:19:03 +01:00
antisnatchor
96a16fa683
Fix issue 675 (added erubis parsing for Websocket config options)
2012-05-11 11:45:13 +01:00
antisnatchor
925e744194
Merge remote-tracking branch 'upstream/master'
...
Resolved conflicts:
core/main/client/net.js
core/main/handlers/modules/beefjs.rb
2012-05-10 10:19:22 +01:00
bcoles
a62b77cc1d
Updated introduction of public port settings
...
These settings are experimental
2012-05-07 18:26:27 +09:30
Brendan Coles
f221f93ebb
Merge pull request #652 from ebababi/master
...
Introduce public port setting
2012-05-07 01:09:22 -07:00
Wade Alcorn
dc269b15b1
Version updated
2012-04-30 15:10:54 +10:00
antisnatchor
6f73dd6a82
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
config.yaml
2012-04-18 15:27:22 +01:00
antisnatchor
364575592a
Moved BeEF credentials from admin_ui extension to the main config.yaml. Updated both admin_ui and RESTful API to reflect the changes.
2012-04-15 10:53:08 +01:00
antisnatchor
2198c69aa8
Merge remote-tracking branch 'upstream/master'. Fixed conflicts on config.yaml.
2012-04-14 20:44:17 +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
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
Wade Alcorn
3d80a952ae
Version number updated
2012-04-08 16:07:22 +10:00
antisnatchor
faae01a9aa
Changed default websocket port
2012-04-07 13:34:21 +01:00
antisnatchor
64cee24c65
Added WebSocket config options for enable, secure and port
2012-04-07 12:46:57 +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
59ac216b71
Added basic web-server imitation (overriding Server response headers, added config.yaml options).
2012-03-31 13:24:30 +01:00
Nikolaos Anastopoulos
e4d4edba75
Public port setting affects URI scheme
2012-03-23 20:42:12 +02:00
Nikolaos Anastopoulos
3d26782125
Added public port setting to server configuration
2012-03-23 15:09:46 +02:00
antisnatchor
5e2de7d378
reverted http.debug to false
2012-03-15 18:37:53 +01:00
antisnatchor
7dab21ff7f
First skeleton for the RESTful api using Sinatra (modular approach, not classic one).
2012-03-11 16:12:59 +01:00
Wade Alcorn
3f06f6db18
Commented yaml bug fix
2012-03-04 22:12:04 +10:00
Wade Alcorn
487227b945
Version updated
2012-03-04 22:11:21 +10:00
Wade Alcorn
56a9c4d04d
Changed version number
2012-02-16 20:30:48 +10:00
Wade Alcorn
06899ca267
Year updated from 2011 to 2012
2011-12-31 22:24:36 +10:00
Wade Alcorn
76414ca54a
Updated version to 0.4.3.1-alpha
2011-12-18 11:58:20 +10:00
bcoles
dca7230649
Updated version to 0.4.3.0-alpha
2011-12-11 20:34:16 +10:30
antisnatchor
05d06bb94e
Removed unuseful Mutexes, refactored all the ugly 'exception-oriented' code that was using WebRick BadRequest, added config.yaml option to enable verbose debugging logs of Thin
2011-11-19 18:02:41 +01:00
Wade Alcorn
9ac55245c9
version updated
2011-11-13 23:32:03 +10:00
wade@bindshell.net
9cd77da9b0
version updated
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1406 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-03 20:06:29 +00:00
bcoles@gmail.com
590563b3ed
Added IPEC Bindshell (POSIX) module
...
Fixes issue 476
Reverted revision 1314.
git-svn-id: https://beef.googlecode.com/svn/trunk@1315 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-28 15:14:38 +00:00
bcoles@gmail.com
f309441406
Added IPEC Bindshell (POSIX) module
...
Fixes issue 476
git-svn-id: https://beef.googlecode.com/svn/trunk@1314 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-28 15:11:00 +00:00
wade@bindshell.net
4650fe04a5
version number updated
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1282 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-13 14:45:41 +00:00
xntrik
92c422096e
(Fixes issue 386) Updated 'console' extension to incorporate MSFs Rex Library for an interactive shell
...
git-svn-id: https://beef.googlecode.com/svn/trunk@1221 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-20 02:45:14 +00:00
bcoles@gmail.com
3ea5868c8c
Decoupled demos extension from main config.yaml
...
Fixes issue 447
git-svn-id: https://beef.googlecode.com/svn/trunk@1216 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-19 15:49:33 +00:00