Commit Graph

802 Commits

Author SHA1 Message Date
bcoles
8a1a5259c0 Minor updates to PhoneGap modules:
o Fixed bug in the Detect PhoneGap module
		o No longer fails to return if PhoneGap is not present

	o Some minor module name and description updates
2011-12-21 23:02:45 +10:30
Mike Haworth
815140ac0d removed readme 2011-12-21 21:33:42 +13:00
Mike Haworth
3abe9e4a4e changed name of phonegap modules dir back to original 2011-12-21 21:22:38 +13:00
Mike Haworth
6a57322745 changed name of phonegap modules dir back to original 2011-12-21 21:22:00 +13:00
Mike Haworth
d2b69738b7 renamed phonegap modules dir 2011-12-21 21:19:58 +13:00
Mike Haworth
e694e5a019 phonegap modules added 2011-12-21 09:22:56 +13:00
bcoles
2e9ad8b9dc More tidying of requester and proxy in preperation for unit tests 2011-12-21 06:09:30 +10:30
bcoles
590e514680 Renamed "Requester" tab to "Rider"
Added Proxy sub-tab under Rider tab

Part of issue 63
2011-12-20 22:04:22 +10:30
bcoles
3ee52b82c0 Part of issue 87, issue 63, issue 29, issue 30
In preperation for creating requester and proxy unit tests:

  o Tidied up some of the requester and proxy
  o Partially de-coupled requester from proxy
  o Fixed minor bugs:
    o is_valid_uri was not implemented correctly
    o http scheme validation had "http" instead of "https"
2011-12-20 02:47:50 +10:30
Wade Alcorn
76414ca54a Updated version to 0.4.3.1-alpha 2011-12-18 11:58:20 +10:00
root
3bf52944d7 Added metasploit rpc module test cases , this may need cleaning up. 2011-12-16 13:40:36 -05:00
root
6ac0200bf5 Fixed bugs found when building unit-tests that could cause prolems 2011-12-16 13:34:54 -05:00
root
4a9e224e8a updated rpcclient to get rid of old @enabled variables 2011-12-16 12:35:49 -05:00
bcoles
47ac45632d Added BeEF logo to panel header 2011-12-15 03:07:43 +10:30
root
d1d6698dcf Updated to work with the new metasploit msgpack server 2011-12-06 03:51:19 -05:00
antisnatchor
42845a10b8 updated README: BeEF proper case and github links 2011-12-12 14:54:42 +01:00
bcoles
412fd68732 Updated code.google.com links with github.com in:
extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js
2011-12-12 21:12:20 +10:30
bcoles
78d3702de3 Updated CSS to allow copying of module results
Fixes issue 68
2011-12-12 19:54:48 +10:30
bcoles
ec7d3134aa Updated browser detection in hook initialization
Future proofed browser version detection in preperation for double
digit major version numbers

Updated flash detection in Internet Explorer for Flash 11.x
2011-12-12 00:17:15 +10:30
bcoles
c665712f75 Updated download links for github 2011-12-11 20:55:27 +10:30
bcoles
dca7230649 Updated version to 0.4.3.0-alpha 2011-12-11 20:34:16 +10:30
bcoles
120e36d4b4 Added BeEF version to panel header and updated some links from
code.google.com to github.com
2011-12-11 20:30:09 +10:30
bcoles
a72c096e0f Fixed bug in the get_page_html module where nothing was returned if the
hooked page was malformed
2011-12-10 16:45:44 +10:30
bcoles
a49d1351e7 Added check for document.documentMode so Internet Explorer 8 and 9 are
no longer detected as Internet Explorer 7 when operating in compatibility mode.

Fixes issue 589
2011-12-08 22:34:46 +10:30
bcoles
63e7f8c349 Updated browser min_ver/max_ver for several modules:
modules/browser/extract_local_storage/
	modules/browser/extract_session_storage/
	modules/host/physical_location/
2011-12-08 19:21:56 +10:30
Scott Brown
a90065f1e9 Removing forced test failure 2011-12-08 11:04:46 +10:00
Scott Brown
143065c814 Merge branch 'master' of https://code.google.com/p/beef 2011-12-08 10:05:21 +10:00
Scott Brown
7eafb477c2 Testing Jenkins auto test setup - forced failure. 2011-12-08 10:03:33 +10:00
Scott Brown
5e05c4a0ff Update 2011-12-08 10:03:04 +10:00
bcoles
2ccd421768 Increased max valid user-agent string length from 200 to 300 in
BeEF::Filters.is_valid_browserstring(str) in core/filters/browser.rb

IE with a few plugins has a user-agent length of ~200
2011-12-07 20:54:23 +10:30
Ben Passmore
434779055c Emergency fix: Corrected API fire error, with non inherited class calling super. 2011-12-04 10:09:32 +10:00
bcoles
b306abeb8f Fixed typo in module name 2011-12-03 15:14:23 +10:30
antisnatchor
c993bc2381 Fixed unit tests errors: increase sleep delay to 0.1 sec 2011-12-01 14:22:18 +01:00
Christian Frichot
dd8eb589a2 (Fixes issue 454) First run of QRCode Extension. Nothing fancy, but if enabled, gives you some URLs upon start up with default hooking URLs. Advanced hooking and persistance modules will make this sexier 2011-11-29 20:22:44 +08:00
Christian Frichot
921cf10e55 Migration no longer re-adds existing modules to the database. You can now see previous results after you stop/start BeEF 2011-11-28 07:27:49 +08:00
Christian Frichot
af7becdfc3 Tidying up some of the in-built console shell interface 2011-11-27 18:46:26 +08:00
bcoles
25206bddc8 Added "Submit Bug" link to the Admin UI
Fixes issue 545
2011-11-27 02:25:56 +10:30
bcoles
455f862e11 Fixes issue 450
The selector field has been removed from the Replace HREFs (HTTPS) module
2011-11-27 02:06:34 +10:30
Ben Passmore
e76909cd4a Added very basic threading to the Network stack. Fixes issue 315. 2011-11-25 20:43:50 +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
9c7bc0ea51 Removed core dependancy on librex - installer advises, but doesn't install. Beef does NOT require librex, unless you actually enable the console.shell extension 2011-11-24 22:06:21 +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
Christian Frichot
a52bd5dac2 (Fixes issue 572): iPhone telephone module does not use skype, use hidden iframe dom code 2011-11-24 20:48:42 +08:00
Christian Frichot
b90d88968e Merge branch 'master' of https://code.google.com/p/beef 2011-11-24 20:42:14 +08:00
Christian Frichot
bc4cb97ae8 (Fixes issue 495): Skype calling now works on iPhone. Changed to user notify for all applicable browsers 2011-11-24 20:41:21 +08:00
bcoles
71c685d078 Fixed Collect Links module aka Get Page HREFs
URLs are returned now and wrap instead of overflowing

Fixes issue 412
2011-11-24 22:25:34 +10:30
antisnatchor
c37db1e364 (Fixes issue 486): now using the requester (so also the tunneling proxy) you can correctly send POST requests 2011-11-23 17:07:55 +01:00
antisnatchor
a087a702f0 fixed syntax error in BeEF script that prevented the framework to start 2011-11-23 14:24:50 +01:00
Wade
d098797a33 added ruby 1.9 osx install command if using ruby 1.8 2011-11-23 18:09:03 +10:00
antisnatchor
4174e9cd5e fixed lame JS error in net.js 2011-11-22 16:15:20 +01:00