Commit Graph

  • 18d4b642fe replaced WebRick HttpUtils in requester filters antisnatchor 2011-11-22 10:12:26 +01:00
  • 9618f484fd code beautify. Also removed the tolerant parser old patch code: it's not needed anymore antisnatchor 2011-11-22 09:58:04 +01:00
  • 5322570346 rewrote the requester core to parse raw HTTP requests from the DB (requester_parse_db_request): don't use WebRick utils anymore antisnatchor 2011-11-22 09:53:00 +01:00
  • e4cecc27df renabled commented-out Mutex in server initialization. Without this mutex the tunneling proxy cannot start. antisnatchor 2011-11-21 16:45:09 +01:00
  • 82865f6ffa popup blocker detection added Wade 2011-11-21 17:15:39 +10:00
  • 48c7123639 Error message updated (Fixes issue 487). Wade 2011-11-21 16:14:33 +10:00
  • 3f94c72777 Unneeded comments removed Wade 2011-11-21 15:42:38 +10:00
  • 5045723cf1 Reduce the Thin logging level to match the value set in the config Wade 2011-11-21 15:41:41 +10:00
  • 665f66679d Added 'thin' to install gems Wade 2011-11-21 07:31:27 +10:00
  • edf129d9ea replaced WebRick util method to parse HTTP request in Requester admin_ui controller antisnatchor 2011-11-20 11:49:05 +01:00
  • e502882ed3 admin_ui session cookie management now with Rack antisnatchor 2011-11-20 11:12:59 +01:00
  • 9995c7a42e removed unuseful webrick import from TestSuite antisnatchor 2011-11-19 20:21:11 +01:00
  • 6c9e83b617 Merge branch 'master' of https://code.google.com/p/beef antisnatchor 2011-11-19 20:11:22 +01:00
  • 88bb429d04 adapted DynamicReconstruction Tests to the new Thin server. Rake => all tests passed antisnatchor 2011-11-19 20:10:10 +01:00
  • 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 antisnatchor 2011-11-19 18:02:41 +01:00
  • 7e6c4932d3 rewrote from scratch the TunnelingProxy: now a simple multi-threaded TCPserver. Doesn't use anymore webrick/httpproxy antisnatchor 2011-11-19 16:13:09 +01:00
  • 2997540918 rewrote the server core and adjusted the API/classes to use Thin and Rack instead of WebRick. antisnatchor 2011-11-19 15:49:19 +01:00
  • ae95f9a954 fixed bug with hostname not existing in the dns/hosts file Wade 2011-11-17 21:09:00 +10:00
  • 1e32734565 update method changed to use git Wade 2011-11-14 00:02:52 +10:00
  • e0a9d117bc update method removed Wade 2011-11-13 23:45:55 +10:00
  • 9ac55245c9 version updated Wade Alcorn 2011-11-13 23:32:03 +10:00
  • 686390fa21 Modified metasploit extension config file adding a note to don't use 127.0.0.1 as host value. antisnatchor 2011-11-12 19:39:56 +00:00
  • f7a39098d4 Updated Firefox detection: bcoles@gmail.com 2011-11-12 02:03:36 +00:00
  • c6b31fc3cc Issue 566: specified exact version of librex (0.0.52) in the install script to prevent errors in Windows. antisnatchor 2011-11-11 16:51:50 +00:00
  • f25331ed89 Added timout seconds to IPEC module timeout messages bcoles@gmail.com 2011-11-11 02:44:04 +00:00
  • d0d36837d1 Added module Extract Session Storage bcoles@gmail.com 2011-11-11 02:38:51 +00:00
  • d85908cd9d Added Firefox 8 match to Browser Fingerprinting module bcoles@gmail.com 2011-11-11 02:36:53 +00:00
  • d20a3ea9b2 Fixes issue 533 : Tunneling proxy: bug when the hooked browser is IE bcoles@gmail.com 2011-11-08 15:19:54 +00:00
  • 60a48931cd readme.databases moved to wiki wade@bindshell.net 2011-11-08 10:45:18 +00:00
  • dbcaa3a149 PortScanner module: increased default delay between requests to 600 ms. antisnatchor 2011-11-08 09:22:01 +00:00
  • 9dabcc9e61 Issue 554 fixed, http://code.google.com/p/beef/issues/detail?id=554 javier.marcos@gmail.com 2011-11-08 01:13:57 +00:00
  • 894e03da9c Fixes issue 555: fixed using the attachApplet JS api in the malicious Java applet module. antisnatchor 2011-11-07 18:36:19 +00:00
  • 61489c579b Execute On Tab module description and format updated wade@bindshell.net 2011-11-06 22:48:29 +00:00
  • 115dd6420e Windows Mail Client DoS module description and format updated wade@bindshell.net 2011-11-06 22:48:14 +00:00
  • 4cced764b0 Get Registry Keys module description and format updated wade@bindshell.net 2011-11-06 22:47:56 +00:00
  • 0840e024de Get Protocol Handlers module description and format updated wade@bindshell.net 2011-11-06 22:47:38 +00:00
  • e957a1025c Execute on tab module description and format updated wade@bindshell.net 2011-11-06 22:47:17 +00:00
  • a7a1a3573d Get System Info module description updated wade@bindshell.net 2011-11-06 22:47:00 +00:00
  • 1f6a13cd9a Launch App module description updated wade@bindshell.net 2011-11-06 22:46:41 +00:00
  • 16c29cdf53 Updated Malicious Java Payload description. bcoles@gmail.com 2011-11-06 17:11:15 +00:00
  • 3fadfaf258 Patched bug in test/unit/tc_grep.rb bcoles@gmail.com 2011-11-04 17:07:58 +00:00
  • e340b2b505 change the eval grep unit tests to ignore the test file. wade@bindshell.net 2011-11-04 10:07:29 +00:00
  • 9cd77da9b0 version updated wade@bindshell.net 2011-11-03 20:06:29 +00:00
  • c863d70c30 Added PingSweepJava module: as the PingSweep module works only on FF, this one uses an unsigned applet to do the same thing on all the other browsers :-) antisnatchor 2011-11-03 15:13:18 +00:00
  • de4c668834 Updated PingSweep module description. antisnatchor 2011-11-03 15:12:20 +00:00
  • 5c1a7c23d5 PortScanner module: added debug option in module config, added new common service ports. antisnatchor 2011-11-03 09:39:00 +00:00
  • 67edd9b5ef rake options added wade@bindshell.net 2011-11-03 07:41:23 +00:00
  • cabb74e864 Installed Gem 'curb' check added to the unit tests wade@bindshell.net 2011-11-03 07:36:06 +00:00
  • e32ed54ed6 Ruby version 1.9 check added to unit tests wade@bindshell.net 2011-11-03 07:34:36 +00:00
  • 320271a51f Dynamic Reconstruction test cases added wade@bindshell.net 2011-11-03 07:33:38 +00:00
  • c0364fef06 Updated description for Get Registry Keys module bcoles@gmail.com 2011-11-03 06:08:50 +00:00
  • a950c53e6b Fixed typo in Get System Info module: timeout value bcoles@gmail.com 2011-11-03 05:37:37 +00:00
  • 213e5040a1 DnsEnumeration module: corrected a few typos, added new subdomains to the default array antisnatchor 2011-11-02 20:16:40 +00:00
  • 405bdc741c Port scanner based on HTTP, CORS or WebSockets. Issue 435: http://code.google.com/p/beef/issues/detail?id=435 javier.marcos@gmail.com 2011-11-02 18:21:32 +00:00
  • 0d61820a45 Add Module: DNS Enumeration. Fixes issue 528 jgaliana 2011-11-02 17:05:21 +00:00
  • edec211930 Removed DetectLocalSettings because 1. it's not working anymore 2. getSystemInfo is retrieving the same info antisnatchor 2011-11-02 15:21:12 +00:00
  • f9ba59c17d GetSystemInfo command module: improved description, network interfaces output and usage of JS api antisnatchor 2011-11-02 15:16:54 +00:00
  • 9bed6cf9fd "Allowing" <br> tag when output escaping content in the command module output. antisnatchor 2011-11-02 15:15:24 +00:00
  • a930d11792 Improved Javascript documentation (Rdoc) for dom.js antisnatchor 2011-11-02 15:14:00 +00:00
  • 1ccd322b13 Modified host/getSystemInfo module to use the attachApplet JS API antisnatchor 2011-11-02 11:07:24 +00:00
  • 8a3977ff78 Improved attachApplet JS API function to support codebase attribute antisnatchor 2011-11-02 11:04:05 +00:00
  • c4d5b30b60 (Fixes issue 434) First works with the malicious Java applet. Tons of work to come in the next releases (OMG) :-) antisnatchor 2011-11-01 12:06:58 +00:00
  • 8074443730 Improved attachApplet JS API function to parse array of parameters. Now also use the best way to attach the applet cross-browser. antisnatchor 2011-11-01 12:00:46 +00:00
  • 5ea6dd9fd2 Added Firefox 8 detection bcoles@gmail.com 2011-10-30 12:07:17 +00:00
  • 5f59e198d1 Added Chrome 15 detection antisnatchor 2011-10-29 14:52:59 +00:00
  • 3b72fe969c Removed incorrect logic from previous testing passbe 2011-10-24 10:21:36 +00:00
  • 24fe856b0c Module config max_ver now has the ability to use 'latest' passbe 2011-10-24 10:14:01 +00:00
  • a1bb393407 Configuration now gracefully fails if there is a problem with *.yaml passbe 2011-10-24 09:54:00 +00:00
  • d1201e70a2 Corrected min_ver, max_ver bug. Fixes issue 489. Fixes issue 525. passbe 2011-10-24 07:00:29 +00:00
  • cb4df367af (Fixes issue 513): Fixed an issue found with concurrent instances of this module jgaliana 2011-10-23 08:44:28 +00:00
  • f902e16eba Added module: Get Registry Keys (ActiveX) bcoles@gmail.com 2011-10-23 08:26:29 +00:00
  • 9170a2cd18 Added module: Get System Info (Java) bcoles@gmail.com 2011-10-21 15:26:38 +00:00
  • 801d098e97 Another test added which greps the source base for the eval function. wade@bindshell.net 2011-10-20 13:51:12 +00:00
  • 93f7f9a545 Issue 546: moved MITB module to persistence category, updated module description. antisnatchor 2011-10-20 10:14:14 +00:00
  • b6a8205b27 (Fixes issue 547) added module for Safari exploit (CVE-2011-3230) antisnatchor 2011-10-19 18:47:55 +00:00
  • f3cd6aaeb5 (Fixes issue 450) Ported MITB code from h.ackack.net! avlidienbrunn@gmail.com 2011-10-19 08:06:36 +00:00
  • 409d320778 (Fixes issue 450) Simplified the link rewriter module. avlidienbrunn@gmail.com 2011-10-19 07:55:51 +00:00
  • 352f77769e Fixed minor typos bcoles@gmail.com 2011-10-17 00:04:23 +00:00
  • dd5b1f5a81 Added platform and ActiveX detection to the browser hook initialization bcoles@gmail.com 2011-10-16 20:56:23 +00:00
  • caad2d5437 Displaying zombie domain and port on Requester tab buherator@gmail.com 2011-10-16 20:19:03 +00:00
  • d0f332643e Separated hostname and hostport bcoles@gmail.com 2011-10-16 14:25:47 +00:00
  • ed866886f7 Storing port of HookedBrowser, fixing value of HookedBrowser.domain buherator@gmail.com 2011-10-15 22:04:08 +00:00
  • 7447015901 sorting commands by status and name buherator@gmail.com 2011-10-15 14:25:50 +00:00
  • 65b8652f26 Finished commenting BeEF core. From this point on each developer should be commenting their own core changes passbe 2011-10-15 03:59:24 +00:00
  • e22332e1f8 (Fixes issue 467) rewrote from scratch the XssRays handler, refactored JS and Ruby code, improved the whole thing. antisnatchor 2011-10-12 14:56:50 +00:00
  • 974c23916d Tiny README update bcoles@gmail.com 2011-10-12 08:30:37 +00:00
  • 17d8553b9f update of msf module to make it launch exploits sussurro@happypacket.net 2011-10-10 01:52:55 +00:00
  • ab1ec19a5c Changed BeEF::API::Registra to BeEF::API::Registrar buherator@gmail.com 2011-10-09 15:31:52 +00:00
  • 20f07a5b04 prevent BeEF to be auto-BeEFed :-) antisnatchor 2011-10-07 13:07:07 +00:00
  • c8799f49a3 basic filesystem tests added wade@bindshell.net 2011-10-05 11:58:28 +00:00
  • 988e7b010e change override_execute so that it will pass the hooked browser session so we can both override functionality and add commands sussurro@happypacket.net 2011-10-04 16:57:11 +00:00
  • 91f7583015 minor updates to the welcome page wade@bindshell.net 2011-10-03 09:29:37 +00:00
  • 8150decdb3 IPEC/POSIX - Eliminated hardcoded sizes buherator@gmail.com 2011-10-03 08:58:39 +00:00
  • 3aa5cba066 IPEC/POSIX - A little code cleanup to keep the shell alive buherator@gmail.com 2011-10-03 08:29:39 +00:00
  • 182e6256e8 fixed JS error that prevented opening BeEF UI commandtabs on IE browsers. antisnatchor 2011-10-02 17:02:44 +00:00
  • 533be7cefc Issue 416: added a note regarding xssrays on the welcome tab. antisnatchor 2011-10-02 16:25:20 +00:00
  • 724507e383 Issue 521: added note in module description that it's working also with WinMail on Win7-sp2 :-) antisnatchor 2011-10-02 16:19:14 +00:00
  • 451c148ae8 Updated Requester/Proxy info in Getting Started tab bcoles@gmail.com 2011-10-02 15:14:58 +00:00
  • afbadc357a Fixed typos in IPC config.yaml files antisnatchor 2011-10-02 14:13:07 +00:00
  • ae3c154518 Issue 416: adjusted font size and div width for the getting started panel. antisnatchor 2011-10-02 13:13:30 +00:00