Commit Graph

64 Commits

Author SHA1 Message Date
Brendan Coles
eb9e0a0a68 Add ARE return status 2016-02-07 01:01:02 +00:00
Wade Alcorn
ce01d9fa46 updated copyright year 2015-12-30 08:11:57 +10:00
Brendan Coles
b89ca6baa3 Add jQuery BlockUI plugin to hook 2015-08-18 13:47:09 +00:00
bmantra
46113db2b8 add iNotes modules for sending mails with attachments and a flooder 2015-03-28 20:47:21 +01:00
Wade Alcorn
2fbca61368 Updated copyright dates 2014-12-30 07:44:58 +10:00
Brendan Coles
1649b87567 Fix YAML for Ruby 1.9.2 2014-11-23 22:54:03 +00:00
bmantra
02a1b5b4a0 module for IBM iNotes 2014-11-21 21:25:31 +01:00
bmantra
c8e5260820 wordpress malicious plugin => BeEF Bind PHP 2014-07-29 11:31:25 +02:00
Phil Grohe
f274001a65 Revised comments on beef.dom.createIframe() to reflect removal of 'method' parameter & form submitting behavior. Updated existing function calls to beef.dom.createIframe() to remove 'method' parameter. 2014-02-22 11:57:56 -05:00
bcoles
e50d681a64 Add BozoCrack module 2014-01-11 23:27:13 +10:30
Wade Alcorn
8003f1a47f Updated the copyright year to 2014 2014-01-01 16:34:15 +10:00
bcoles
21417dc3e2 Update BeEF server protocol for multiple modules to use
`beef.http.https.enable`

Now uses the `beef.net.httpproto` value rather than a hard-coded
protocol string.

Part of issue #745
2013-08-09 13:21:33 +09:30
bcoles
a172362452 Part of issue #862 - Add beef.debug() for client-side debugging
Add `beef.debug()` function - wraps `console.log()`

Debug messages are suppressed for browsers which don't support `console.log()`

Update './core/*' to use `beef.debug()` instead of `console.log()`
Update './modules/*' to use `beef.debug()` instead of `console.log()`
Update './extensions/*' to use `beef.debug()` instead of `console.log()`

Add 'modules/debug/test_beef_debug/' module
2013-04-15 16:49:01 +09:30
Wade Alcorn
fe40038441 Updated copyright year to 2013 2012-12-30 12:47:43 +10:00
antisnatchor
b050af529f Removed console.log from read_gmail module. Some browser do not support that. 2012-11-25 11:52:54 +00:00
Mike Haworth
624f704240 added module to pull email messages content from gmails atom feed, useful if running the in context of mail.google.com 2012-11-20 20:46:04 +13:00
Wade Alcorn
b68df3d024 Changed license header 2012-11-02 14:05:15 +10:00
Mike Haworth
ad2bc95cf0 updated local file theft to accept custom file path 2012-08-22 20:50:03 +12:00
bcoles
4432a9e468 Added module: Create Invisible Iframe 2012-06-27 01:50:07 +09:30
bcoles
ebe205ad36 Updated a couple of module configs
modules/exploits/router/virgin_superhub_csrf/config.yaml
modules/misc/local_file_theft/config.yaml
2012-06-24 20:44:06 +09:30
bcoles
53b0781961 Updated supported browsers and module description for:
o modules/misc/iframe_sniffer/config.yaml
o modules/social_engineering/fake_flash_update/config.yaml
2012-05-28 10:28:31 +09:30
root
e4ea5dfff9 Closes #644 but needs to be tested on other browsers 2012-05-17 18:09:00 +02:00
bcoles
460b619cc1 Moved Router and Switch categories under Exploits category
Added Social Engineering category
2012-05-20 18:32:44 +09:30
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
vt
9a5af8f7d1 Slightly less clunky js 2012-05-11 00:26:26 +12:00
vt
4123bb5f5d add clippy files 2012-05-09 23:38:21 +12:00
Wade Alcorn
73bd6ab624 Added boilerplate to files with missing boilerplate 2012-04-24 18:00:15 +10:00
bcoles
e52779e72e Fixed javaEnabled() in BeEF hook
- It was breaking the hook in IE6

Also fixed a couple of typos in the Local File Theft module description
2012-03-16 12:40:13 +10:30
Mike Haworth
ee1f4df1ea added local file theft module 2012-01-20 23:14:38 +13:00
Wade Alcorn
06899ca267 Year updated from 2011 to 2012 2011-12-31 22:24:36 +10:00
Christian Frichot
ab0cca2818 (Fixes issue 561): My first commit didn't take my modifications 2011-11-24 22:08:40 +08:00
Christian Frichot
02d25cc82b (Fixes issue 561): Pretty Theft module added (and tidied up a bit, can now run multiple times, and enter key submits form) 2011-11-24 21:23:43 +08:00
wade@bindshell.net
e97104f696 command modules re-organised and re-named
git-svn-id: https://beef.googlecode.com/svn/trunk@1292 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-16 12:28:14 +00:00
wade@bindshell.net
aa5730a424 changed targets to user_notify for the alert and js modules
git-svn-id: https://beef.googlecode.com/svn/trunk@1207 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 21:55:03 +00:00
wade@bindshell.net
2600e81ca0 desc update to the javascript module
git-svn-id: https://beef.googlecode.com/svn/trunk@1206 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-18 21:15:55 +00:00
passbe
2e70f86866 Added pre_execute, execute and post_execute to modules.
git-svn-id: https://beef.googlecode.com/svn/trunk@1197 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-17 04:04:32 +00:00
wade@bindshell.net
226ab296f7 small update to deface module
git-svn-id: https://beef.googlecode.com/svn/trunk@1144 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-30 15:33:32 +00:00
wade@bindshell.net
619a98aaa4 minor change to alert module default text
git-svn-id: https://beef.googlecode.com/svn/trunk@1127 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-29 14:50:25 +00:00
bcoles@gmail.com
cf01bb3b63 Patched modules/misc/clipboard_theft/config.yaml values min_ver and max_ver
git-svn-id: https://beef.googlecode.com/svn/trunk@1126 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 23:55:55 +00:00
passbe
3455ebda87 Removed all super() methods and moved all data into new options() method. Fixes issue 330
git-svn-id: https://beef.googlecode.com/svn/trunk@1120 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-28 01:36:24 +00:00
passbe
47384be62b Corrected all module targetting config
git-svn-id: https://beef.googlecode.com/svn/trunk@1118 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-27 01:18:26 +00:00
passbe
a137a7be9b Hacked the admin_ui to use the new configuration target system. This commit renders all dynamic modules as VERIFIED UNKNOWN
git-svn-id: https://beef.googlecode.com/svn/trunk@1117 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-27 01:03:45 +00:00
bcoles@gmail.com
20388b7832 Patched verified browser list for modules/misc/extract_local_storage/
M    modules/misc/extract_local_storage/config.yaml


git-svn-id: https://beef.googlecode.com/svn/trunk@1109 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 15:09:29 +00:00
scotty.b.brown@gmail.com
98a0f50e93 More work #329
git-svn-id: https://beef.googlecode.com/svn/trunk@1108 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 10:51:58 +00:00
passbe
b8a879915a Added module support() function
git-svn-id: https://beef.googlecode.com/svn/trunk@1107 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 07:52:36 +00:00
passbe
4959963871 Re-worked target parsing code. Current target rules are stored in target_new until BeEF::Core::Configuration.clear() can be coded.
git-svn-id: https://beef.googlecode.com/svn/trunk@1106 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-26 07:52:15 +00:00
scotty.b.brown@gmail.com
545c8e171c More code for #329
git-svn-id: https://beef.googlecode.com/svn/trunk@1071 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-19 07:35:40 +00:00
scotty.b.brown@gmail.com
fff1039c41 Adding target specification to alert_dialog configuration
git-svn-id: https://beef.googlecode.com/svn/trunk@1066 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-16 01:52:46 +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