Commit Graph

757 Commits

Author SHA1 Message Date
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
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
antisnatchor
0866b0a8e1 bugfix on the requester, small code change in net.js (optimized cross_domain checks, added check when URI contains schema/domain as well) 2011-11-22 11:18:55 +01:00
antisnatchor
4c1ed2ee2e completely removed WebRick dependency and references in the code!! fuck yeah 2011-11-22 10:20:44 +01:00
antisnatchor
18d4b642fe replaced WebRick HttpUtils in requester filters 2011-11-22 10:12:26 +01:00
antisnatchor
9618f484fd code beautify. Also removed the tolerant parser old patch code: it's not needed anymore 2011-11-22 09:58:04 +01:00
antisnatchor
5322570346 rewrote the requester core to parse raw HTTP requests from the DB (requester_parse_db_request): don't use WebRick utils anymore 2011-11-22 09:53:00 +01:00
antisnatchor
e4cecc27df renabled commented-out Mutex in server initialization. Without this mutex the tunneling proxy cannot start. 2011-11-21 16:45:09 +01:00
Wade
82865f6ffa popup blocker detection added 2011-11-21 17:15:39 +10:00
Wade
48c7123639 Error message updated (Fixes issue 487). 2011-11-21 16:14:33 +10:00
Wade
3f94c72777 Unneeded comments removed 2011-11-21 15:42:38 +10:00
Wade
5045723cf1 Reduce the Thin logging level to match the value set in the config 2011-11-21 15:41:41 +10:00
Wade
665f66679d Added 'thin' to install gems 2011-11-21 07:31:27 +10:00
antisnatchor
edf129d9ea replaced WebRick util method to parse HTTP request in Requester admin_ui controller 2011-11-20 11:49:05 +01:00
antisnatchor
e502882ed3 admin_ui session cookie management now with Rack 2011-11-20 11:12:59 +01:00
antisnatchor
9995c7a42e removed unuseful webrick import from TestSuite 2011-11-19 20:21:11 +01:00
antisnatchor
6c9e83b617 Merge branch 'master' of https://code.google.com/p/beef 2011-11-19 20:11:22 +01:00
antisnatchor
88bb429d04 adapted DynamicReconstruction Tests to the new Thin server. Rake => all tests passed 2011-11-19 20:10:10 +01:00
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
antisnatchor
7e6c4932d3 rewrote from scratch the TunnelingProxy: now a simple multi-threaded TCPserver. Doesn't use anymore webrick/httpproxy 2011-11-19 16:13:09 +01:00
antisnatchor
2997540918 rewrote the server core and adjusted the API/classes to use Thin and Rack instead of WebRick. 2011-11-19 15:49:19 +01:00
Wade
ae95f9a954 fixed bug with hostname not existing in the dns/hosts file 2011-11-17 21:09:00 +10:00
Wade
1e32734565 update method changed to use git 2011-11-14 00:02:52 +10:00
Wade
e0a9d117bc update method removed 2011-11-13 23:45:55 +10:00
Wade Alcorn
9ac55245c9 version updated 2011-11-13 23:32:03 +10:00
antisnatchor
686390fa21 Modified metasploit extension config file adding a note to don't use 127.0.0.1 as host value.
git-svn-id: https://beef.googlecode.com/svn/trunk@1430 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-12 19:39:56 +00:00
bcoles@gmail.com
f7a39098d4 Updated Firefox detection:
Updated Firefox version detection
	(in preperation for double digit version numbers)

	Added Firefox 9 detection  (the beta is public)

	Added Firefox 10 detection (the beta will be public in ~30 days)



git-svn-id: https://beef.googlecode.com/svn/trunk@1429 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-12 02:03:36 +00:00
antisnatchor
c6b31fc3cc Issue 566: specified exact version of librex (0.0.52) in the install script to prevent errors in Windows.
git-svn-id: https://beef.googlecode.com/svn/trunk@1428 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-11 16:51:50 +00:00
bcoles@gmail.com
f25331ed89 Added timout seconds to IPEC module timeout messages
git-svn-id: https://beef.googlecode.com/svn/trunk@1427 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-11 02:44:04 +00:00
bcoles@gmail.com
d0d36837d1 Added module Extract Session Storage
git-svn-id: https://beef.googlecode.com/svn/trunk@1426 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-11 02:38:51 +00:00
bcoles@gmail.com
d85908cd9d Added Firefox 8 match to Browser Fingerprinting module
git-svn-id: https://beef.googlecode.com/svn/trunk@1425 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-11 02:36:53 +00:00
bcoles@gmail.com
d20a3ea9b2 Fixes issue 533 : Tunneling proxy: bug when the hooked browser is IE
Now checks for null HTTP header keys and values



git-svn-id: https://beef.googlecode.com/svn/trunk@1424 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-08 15:19:54 +00:00
wade@bindshell.net
60a48931cd readme.databases moved to wiki
git-svn-id: https://beef.googlecode.com/svn/trunk@1423 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-08 10:45:18 +00:00
antisnatchor
dbcaa3a149 PortScanner module: increased default delay between requests to 600 ms.
git-svn-id: https://beef.googlecode.com/svn/trunk@1419 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-08 09:22:01 +00:00
javier.marcos@gmail.com
9dabcc9e61 Issue 554 fixed, http://code.google.com/p/beef/issues/detail?id=554
git-svn-id: https://beef.googlecode.com/svn/trunk@1418 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-08 01:13:57 +00:00
antisnatchor
894e03da9c Fixes issue 555: fixed using the attachApplet JS api in the malicious Java applet module.
git-svn-id: https://beef.googlecode.com/svn/trunk@1417 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-07 18:36:19 +00:00
wade@bindshell.net
61489c579b Execute On Tab module description and format updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1416 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 22:48:29 +00:00
wade@bindshell.net
115dd6420e Windows Mail Client DoS module description and format updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1415 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 22:48:14 +00:00
wade@bindshell.net
4cced764b0 Get Registry Keys module description and format updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1414 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 22:47:56 +00:00
wade@bindshell.net
0840e024de Get Protocol Handlers module description and format updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1413 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 22:47:38 +00:00
wade@bindshell.net
e957a1025c Execute on tab module description and format updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1412 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 22:47:17 +00:00
wade@bindshell.net
a7a1a3573d Get System Info module description updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1411 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 22:47:00 +00:00
wade@bindshell.net
1f6a13cd9a Launch App module description updated
git-svn-id: https://beef.googlecode.com/svn/trunk@1410 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 22:46:41 +00:00
bcoles@gmail.com
16c29cdf53 Updated Malicious Java Payload description.
Changed default connect-back host address to the BeEF host address.



git-svn-id: https://beef.googlecode.com/svn/trunk@1409 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-06 17:11:15 +00:00
bcoles@gmail.com
3fadfaf258 Patched bug in test/unit/tc_grep.rb
Now uses ../../ instad of ../../../



git-svn-id: https://beef.googlecode.com/svn/trunk@1408 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-04 17:07:58 +00:00
wade@bindshell.net
e340b2b505 change the eval grep unit tests to ignore the test file.
git-svn-id: https://beef.googlecode.com/svn/trunk@1407 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-04 10:07:29 +00: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