antisnatchor
|
1282831af1
|
Terminating unterminated statements in various JS files.
|
2012-05-22 13:38:28 +01:00 |
|
antisnatchor
|
2bad801c80
|
Terminating unterminated statements in various JS files.
|
2012-05-22 13:27:57 +01:00 |
|
bcoles
|
f8eba21cb4
|
Moved a few more modules and updated some module descriptions
|
2012-05-20 18:50:10 +09:30 |
|
bcoles
|
460b619cc1
|
Moved Router and Switch categories under Exploits category
Added Social Engineering category
|
2012-05-20 18:32:44 +09:30 |
|
Brendan Coles
|
56443cfdf4
|
Merge pull request #680 from bmantra/master
module to change password of a netgear GS108t managed switch
|
2012-05-19 21:14:16 -07:00 |
|
Michele Orru
|
86b3103925
|
Merge pull request #681 from radoen/master
Merging WebSocket fork, disabled by default.
|
2012-05-19 12:00:13 -07:00 |
|
antisnatchor
|
b49548d22e
|
Temporarily disabled DebugModules tests.
|
2012-05-19 19:54:21 +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 |
|
Mike Haworth
|
b420fe0523
|
When using safari as cross-domain proxy polling failed if firefox requested http://fxfeeds.mozilla.com/en-US/firefox/headlines.xml. The cause was JSON.stringify failing, so just through a try /catch round it
|
2012-05-20 00:05:02 +12:00 |
|
Brendan Coles
|
c92ef02a7a
|
Merge pull request #679 from 0x7674/master
'Clippy' Module
|
2012-05-19 00:43:29 -07:00 |
|
vt
|
b8ba48af25
|
Updated module.rb with a more sane respawn time
|
2012-05-18 00:12:43 +12:00 |
|
vt
|
6ea46e72da
|
Updated command.js to support IE6 properly
|
2012-05-18 00:12:03 +12:00 |
|
Christian Frichot
|
a6a7536e73
|
Issue #678 - Custom Hook Point Extension initial commit
|
2012-05-17 18:52:35 +08:00 |
|
root
|
6279658888
|
integrated remarks from bcoles and antisnatchor
|
2012-05-17 04:57:38 +02:00 |
|
bcoles
|
74a3eef225
|
Moved mobilesafari_address_spoofing module to
modules/browser/hooked_domain directory
|
2012-05-17 08:53:01 +09:30 |
|
root
|
d354e66a3d
|
Added module for GS108t managed switch
|
2012-05-17 00:47:33 +02:00 |
|
Christian Frichot
|
1a85b6bc92
|
Issue #650 - forgot the license on the js file - my bad
|
2012-05-16 22:41:51 +08:00 |
|
Christian Frichot
|
e8ea3a3cd7
|
Merge branch 'master' of github.com:beefproject/beef
|
2012-05-16 22:36:33 +08:00 |
|
Christian Frichot
|
8f1aae97c8
|
Fixes Issue #650 - iOS Safari Address Bar Spoofing Command Module
|
2012-05-16 22:36:21 +08:00 |
|
Ben Waugh
|
f0b1d6d76f
|
Updated CDE Generator
UpdatedCan be run with: rake cde
|
2012-05-16 07:54:09 +10:00 |
|
bcoles
|
594e745694
|
Added favicon support to deface_web_page and site_redirect_iframe modules
Fixes issue #491
|
2012-05-15 17:47:05 +09:30 |
|
Ben Waugh
|
b9c9df93e1
|
Updated Installer Script
Improved Debian/Ubuntu installer
Added Disclaimer Message/Opt Out
|
2012-05-15 18:27:43 +10:00 |
|
bcoles
|
1335f57a46
|
Browser plugins are now passed through unique()
|
2012-05-14 20:29:18 +09:30 |
|
Christian Frichot
|
aa671f6e64
|
Merge branch 'master' of github.com:beefproject/beef
|
2012-05-14 18:13:41 +08:00 |
|
Christian Frichot
|
3c7686e196
|
Nested command modules are now also sorted, and sub-folders include children count. Fuck yeah recursion111. Issue #550
|
2012-05-14 18:12:45 +08:00 |
|
bcoles
|
78b88ee09f
|
Changed status/port status info for cross-domain request history
|
2012-05-14 18:57:44 +09:30 |
|
bcoles
|
2f7d98c7a7
|
Fixed bug in core/main/client/net.js
ALL requests (modules, requester, etc) were failing in Firefox since
commit 1fd66bce1e
|
2012-05-14 17:45:03 +09:30 |
|
Mike Haworth
|
1fd66bce1e
|
Issue #666 Proxy now uses forge_request, allowing cross domaian requests, for instances where SOP bypass is available
|
2012-05-13 13:08:13 +12:00 |
|
antisnatchor
|
6eacf97b80
|
Moved "hooked_browser" category inside "Browser", now as a sub-category.
|
2012-05-12 12:13:57 +01:00 |
|
Christian Frichot
|
7d7f6b13b4
|
Fixes Issue #550 Module categories can include sub-folders. Specify them as an array in their yaml file
|
2012-05-12 17:37:46 +08:00 |
|
antisnatchor
|
247e0e9a62
|
Issue 676. Now we use em-websocket for WebSocket server side. Instead of threads we use events with EventMachine. Faster and consumes less memory.
|
2012-05-11 15:58:59 +01:00 |
|
antisnatchor
|
052d25a36b
|
Fixed another bug when parsing the BeEF hook cookie in Js. now using beef.session.get_hook_session_id(). Should be the last fix.
|
2012-05-11 14:22:13 +01:00 |
|
antisnatchor
|
96a16fa683
|
Fix issue 675 (added erubis parsing for Websocket config options)
|
2012-05-11 11:45:13 +01:00 |
|
antisnatchor
|
256ef0f2e8
|
Fix issue 673 (command module friendly name in WebSocket fork)
|
2012-05-11 11:12:12 +01:00 |
|
antisnatchor
|
fdad068ee5
|
Fix issue 674 (NilClass issue)
|
2012-05-10 13:54:40 +01:00 |
|
vt
|
9a5af8f7d1
|
Slightly less clunky js
|
2012-05-11 00:26:26 +12: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 |
|
antisnatchor
|
46a19ee0b9
|
Updated lynksys_wrt54g_xsrf (second one) to use the new beef.dom.createIframeXsrfForm JS api
|
2012-05-09 14:39:18 +01:00 |
|
antisnatchor
|
f361e2ac78
|
Updated lynksys_wrt54g_xsrf to use the new beef.dom.createIframeXsrfForm JS api
|
2012-05-09 14:35:53 +01:00 |
|
antisnatchor
|
f84d34ab86
|
Updated dlink_dsl500t_xsrf to use the new beef.dom.createIframeXsrfForm JS api
|
2012-05-09 14:26:05 +01:00 |
|
antisnatchor
|
4faf75f1f1
|
Updated bt_home_hub_xsrf to use the new beef.dom.createIframeXsrfForm JS api
|
2012-05-09 14:20:12 +01:00 |
|
antisnatchor
|
ef492dd19b
|
Merge remote-tracking branch 'origin/master'
|
2012-05-09 14:08:11 +01:00 |
|
antisnatchor
|
e426b3fb13
|
Added iframe XSRF form in beef.dom (Fixes issue 104)
|
2012-05-09 14:07:13 +01:00 |
|
vt
|
4123bb5f5d
|
add clippy files
|
2012-05-09 23:38:21 +12:00 |
|
Ben Waugh
|
95cc1ac2d6
|
Revert "Revert "Revert "Undated Installed to include disclaimer and exit option"""
This reverts commit 70f70a339f.
|
2012-05-09 11:42:32 +10:00 |
|
Ben Waugh
|
70f70a339f
|
Revert "Revert "Undated Installed to include disclaimer and exit option""
This reverts commit 13c75e87c9.
|
2012-05-09 11:42:30 +10:00 |
|
Ben Waugh
|
13c75e87c9
|
Revert "Undated Installed to include disclaimer and exit option"
This reverts commit ff0dd7e9e2.
|
2012-05-09 11:42:26 +10:00 |
|
Ben Waugh
|
ff0dd7e9e2
|
Undated Installed to include disclaimer and exit option
|
2012-05-09 11:40:43 +10:00 |
|
antisnatchor
|
6f293ba866
|
Added dynamic module loading in the configuration object
|
2012-05-08 16:33:10 +01:00 |
|
bcoles
|
a62b77cc1d
|
Updated introduction of public port settings
These settings are experimental
|
2012-05-07 18:26:27 +09:30 |
|