Commit Graph

948 Commits

Author SHA1 Message Date
Mike Haworth
106e2dbd2d added detect software module 2012-02-18 12:22:17 +13:00
Wade Alcorn
56a9c4d04d Changed version number 2012-02-16 20:30:48 +10:00
Wade Alcorn
55b80d3b6d Merge branch 'master' of github.com:beefproject/beef 2012-02-16 08:23:39 +10:00
bcoles
8ecfa3578f Merge branch 'master' of https://github.com/beefproject/beef 2012-02-16 02:52:38 +10:30
antisnatchor
2715e0400c added browser type,version and OS to console output when a new browser is hooked in BeEF 2012-02-15 16:01:47 +01:00
Ben
667d00351d Updated README instructions for MAC OS X 2012-02-15 16:01:46 +01:00
Ben
3ad2dbb3c7 Rake task to generate DMG image 2012-02-15 16:01:46 +01:00
antisnatchor
5bc6745e03 Fixed issue 66: base64'ed the iframe src in case of Chrome/Safari to bypass the webkit anti-XSS filter 2012-02-15 16:01:46 +01:00
antisnatchor
58f2b4f7a1 Added detection of Chrome 17 2012-02-15 16:01:45 +01:00
bcoles
e5aa0671a1 Removed "notes:" node from three module config.yaml files 2012-02-15 16:01:45 +01:00
Christian Frichot
4a92d3174c Removed extended_in_modules code. See Issue #147 2012-02-15 16:01:45 +01:00
antisnatchor
61763ff103 commented out require of selenium gem. not needed and throws errors on Mac OSX 2012-02-15 16:01:45 +01:00
Saafan
e8d7293350 Listening to loopback only. Fixes issue #594 2012-02-15 16:01:44 +01:00
bcoles
805e8c8af1 Added fingerprints to Fingerprint Network module 2012-02-15 16:01:44 +01:00
Wade Alcorn
1d7ad568d2 Minor formatting update 2012-02-15 16:01:44 +01:00
antisnatchor
9489e3c591 moved imap ipec modules in a proper directory, added a note to imap ipec module about portbanning. 2012-02-15 16:01:43 +01:00
antisnatchor
d9104b93f4 removed console.log function calls that were throwing errors on IE 2012-02-15 16:01:23 +01:00
antisnatchor
55b52427e8 re-added panel.removeAll when generating a newExploitPanel, corrected typo on function name genExistingExploitPanel 2012-02-15 16:00:57 +01:00
antisnatchor
1d74d7eeab Fixed a serious bug in beef.net.request when sending cross-domain POST data. jQuery is automatically changing the method to GET if the dataType (that was hardcoded in our code) is set to 'script'. 2012-02-15 16:00:38 +01:00
antisnatchor
74d176ff73 Fixed issue 34: now only one zombie tab is created (current browser). When switching between browsers, the previous zombiePanel is destroyed. 2012-02-15 16:00:14 +01:00
Ben
def8677f1c Updated README instructions for MAC OS X 2012-02-15 17:52:54 +10:00
Ben
02bed661bb Rake task to generate DMG image 2012-02-15 17:52:08 +10:00
antisnatchor
c6988befc5 Fixed issue 66: base64'ed the iframe src in case of Chrome/Safari to bypass the webkit anti-XSS filter 2012-02-12 13:45:35 +01:00
antisnatchor
aefd251c17 Added detection of Chrome 17 2012-02-12 11:49:38 +01:00
bcoles
591cef0732 Removed "notes:" node from three module config.yaml files 2012-02-09 23:01:14 +10:30
Christian Frichot
0178a41676 Removed extended_in_modules code. See Issue #147 2012-02-07 21:24:02 +08:00
antisnatchor
476c2d0636 commented out require of selenium gem. not needed and throws errors on Mac OSX 2012-02-07 02:03:34 +01:00
Saafan
f20fd9e797 Listening to loopback only. Fixes issue #594 2012-02-06 12:00:08 +02:00
bcoles
ec0dacce28 Added fingerprints to Fingerprint Network module 2012-02-01 23:11:05 +10:30
Wade Alcorn
2467db1cd4 Minor formatting update beef-0.4.3.1 2012-01-29 13:33:36 +10:00
antisnatchor
b9b5bc3840 moved imap ipec modules in a proper directory, added a note to imap ipec module about portbanning. 2012-01-24 19:59:15 +01:00
Wade Alcorn
9131a5d65c Formatting fix to test jenkins. 2012-01-22 09:56:46 +10:00
Juan Galiana
ee65dd1f6c Added IPEC IMAP module. Fixed issue 64
IPEC IMAP module ported from BeEF-0.4.0.0
2012-01-21 18:13:15 +00:00
Wade Alcorn
cb6859cdd7 Added more test stubs to the framework. 2012-01-20 21:57:36 +10:00
Wade Alcorn
72d9d28a93 Added vnc ipec tunnel test stub for issue #587 2012-01-20 21:34:58 +10:00
Wade Alcorn
0d2a30eab7 Added vnc obfuscation test stub for issue #587 2012-01-20 21:33:19 +10:00
Wade Alcorn
b6155f3dd0 Added vnc unit test stub for issue #585 2012-01-20 21:29:45 +10:00
Wade Alcorn
6116db3b8d Added xssrays unit test stub for issue #573 2012-01-20 21:23:59 +10:00
Wade Alcorn
caad492226 Added autorun unit test stub for issue #583 2012-01-20 21:20:54 +10:00
Wade Alcorn
17e8289822 Added social engineering unit test stub for issue #584 2012-01-20 21:17:27 +10:00
Wade Alcorn
60b11097d3 Updated the Gemfile.log with eventmachine version 2012-01-20 21:16:21 +10:00
Wade Alcorn
9ee9bf6c2b Fixed typo 2012-01-20 21:13:07 +10:00
Mike Haworth
ee1f4df1ea added local file theft module 2012-01-20 23:14:38 +13:00
bcoles
7478a2fe9d Added Detect CUPS module 2012-01-20 16:17:02 +10:30
Wade Alcorn
a47c1c296c Changed login delay for automated tests 2012-01-19 08:48:11 +10:00
antisnatchor
105d2c523b Fix Windows installation problems: added additional missing checks and specific eventmachine version 2012-01-18 22:03:50 +01:00
bcoles
8a885c4145 Added a few fingerprints to the Fingerprint Network module 2012-01-19 00:53:36 +10:30
bcoles
9ff162a861 Disabled HackVertor tab 2012-01-18 23:59:04 +10:30
bcoles
2ab95cc763 Renamed Decoder tab to HackVertor and disabled it for the upcomming
release
2012-01-18 23:42:14 +10:30
bcoles
62bf8abd19 Added Detect Google Desktop module 2012-01-18 23:29:39 +10:30