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
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
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