Commit Graph

  • 4c10509975 (Fixes issue 399): fixed layout issues in XssRays zombie tab antisnatchor 2011-07-28 12:45:47 +00:00
  • 91577429af Issue 384: removed old field update in hb table (not used anymore, was even preventing xssrays to start) antisnatchor 2011-07-28 12:43:30 +00:00
  • 73ae24b029 Added Detect Cookie Support to initialization and details tab bcoles@gmail.com 2011-07-28 05:06:53 +00:00
  • b9c7528a93 Removed debug message, created too much noise passbe 2011-07-28 01:39:42 +00:00
  • 3455ebda87 Removed all super() methods and moved all data into new options() method. Fixes issue 330 passbe 2011-07-28 01:36:24 +00:00
  • 5b4ff61909 Final changes to convert from old super() method to new configuration system. Fixes Issue 329 passbe 2011-07-28 00:50:04 +00:00
  • 47384be62b Corrected all module targetting config passbe 2011-07-27 01:18:26 +00:00
  • a137a7be9b Hacked the admin_ui to use the new configuration target system. This commit renders all dynamic modules as VERIFIED UNKNOWN passbe 2011-07-27 01:03:45 +00:00
  • ebf8694f52 Added BeEF::Core::Configuration.clear(). Swaped module 'target_new' back to 'target'. passbe 2011-07-27 00:22:58 +00:00
  • 72ded4afba Added extension path when loading extension yaml files passbe 2011-07-27 00:02:11 +00:00
  • a5a9e45076 Issue 384: First draft of XssRays (core xssrays JS) antisnatchor 2011-07-26 18:36:30 +00:00
  • a14fe4ba0a Issue 384: First draft of XssRays (admin UI): extjs UI antisnatchor 2011-07-26 18:35:46 +00:00
  • 83463fcaa7 Issue 384: First draft of XssRays (admin UI): controller antisnatchor 2011-07-26 18:34:33 +00:00
  • 6fd1aa5914 Issue 384: First draft of XssRays (extension) missing model antisnatchor 2011-07-26 18:33:49 +00:00
  • b90ddd367d Issue 384: First draft of XssRays (extension) antisnatchor 2011-07-26 18:32:14 +00:00
  • 20388b7832 Patched verified browser list for modules/misc/extract_local_storage/ bcoles@gmail.com 2011-07-26 15:09:29 +00:00
  • 98a0f50e93 More work #329 scotty.b.brown@gmail.com 2011-07-26 10:51:58 +00:00
  • b8a879915a Added module support() function passbe 2011-07-26 07:52:36 +00:00
  • 4959963871 Re-worked target parsing code. Current target rules are stored in target_new until BeEF::Core::Configuration.clear() can be coded. passbe 2011-07-26 07:52:15 +00:00
  • 803f1fd722 - Changed the default page that is opened by the PDF and did some minor tweaks . [Issue #: 219] a.m.saafan@gmail.com 2011-07-25 15:55:12 +00:00
  • f17940f489 tidying up r1088 so that the PDF is only generated and mounted upon pre_send - also unbound upon callback xntrik 2011-07-25 06:42:57 +00:00
  • fdea2ac07b module code had git comments in it which were breaking the framework xntrik 2011-07-24 09:47:55 +00:00
  • a7acaa3192 - Added module: Hook IE. [Issue #: 219] a.m.saafan@gmail.com 2011-07-23 17:44:46 +00:00
  • 25c0723da3 Added iFrame keylogger module: given a same-domain resource, creates a fullscreen overlay iframe, and attach a keylogger to it. antisnatchor 2011-07-21 18:47:38 +00:00
  • c33616cd54 (Fixes issue 392) removed console.log lines from debug modules JS files. console object is not implemented in IE browser. antisnatchor 2011-07-21 14:05:56 +00:00
  • 77f9f4f542 (Fixes issue 391) Fixed JSON undefined error that was preventing browser hooking on IE < 8 antisnatchor 2011-07-21 13:50:12 +00:00
  • 545c8e171c More code for #329 scotty.b.brown@gmail.com 2011-07-19 07:35:40 +00:00
  • a9d983b898 Added Browser Type to initialization and default tab bcoles@gmail.com 2011-07-18 22:09:26 +00:00
  • 569fec02cd Added Detect Scripts Support to initialization and details tab bcoles@gmail.com 2011-07-18 04:16:54 +00:00
  • 090d9d6782 Removed support for Ruby 1.8. Fixes issue 389. wade@bindshell.net 2011-07-17 00:50:32 +00:00
  • 6b00485b97 Added Screen Details to initialization and default tab bcoles@gmail.com 2011-07-16 07:14:23 +00:00
  • fff1039c41 Adding target specification to alert_dialog configuration scotty.b.brown@gmail.com 2011-07-16 01:52:46 +00:00
  • baa288b6d0 First chop at target parsing code, needs rework passbe 2011-07-16 00:21:51 +00:00
  • 2d5360a870 Issue 384: initial commit of Gareth XssRays 0.5.5 antisnatchor 2011-07-14 09:10:25 +00:00
  • 6ca6f4981e Decoupled the module's dependency on category names to find module files. Module configuration now stores path on load passbe 2011-07-13 09:44:39 +00:00
  • 63eef3e97e Addresses some of issue 135 - local settings are detected for chrome with user interaction to accept java xntrik 2011-07-13 01:56:58 +00:00
  • 80090daea1 adding postgres support for msf sussurro@happypacket.net 2011-07-12 17:25:15 +00:00
  • 2ee589af14 (Fixes issue 365) Fixed browser plugin regex when using Ruby 1.9.2 and UTF-8 strings (like Microsoft® DRM) antisnatchor 2011-07-11 13:33:43 +00:00
  • 7bd377005f Issue 360: forgot to add the "method" value to the list of fields. Now request method is displayed correctly on the reuqester history grid. antisnatchor 2011-07-11 13:03:45 +00:00
  • 23470fbe91 Version number has been updated. wade@bindshell.net 2011-07-10 01:09:07 +00:00
  • 9780afa68b (Fixes issue 370) Patched WebRick::HttpRequest to overwrite the URI Parser UNRESERVED regex: this prevents BAD URI errors when sending attack vector chars. Added config file for the requester extension. antisnatchor 2011-07-09 22:31:13 +00:00
  • fd48f3b0bd Reverting back to sqlite as default DB (my fault) antisnatchor 2011-07-09 22:31:05 +00:00
  • 1205b72fea (Fixes issue 360) Added full XHR response headers when opening the http response in Requester tab. Also added ready-to-use code to add a contextMenu on the requester history tab grid. antisnatchor 2011-07-09 22:31:00 +00:00
  • 6c1dcf1c27 Added comments and code when using MySQL to switch to UTF8 as default encoding antisnatchor 2011-07-09 22:30:51 +00:00
  • fe5b318792 (Fixes issue 359) Proxy/Requester now forward back original XHR response headers (stripping some of them lik encoding and cache related). Added also a temporary fix for issue 368 (prevent saving raw image data if db = mysql). antisnatchor 2011-07-09 22:30:44 +00:00
  • c5419797c3 (Fixes issue 371) setting default internal and external encoding to UTF8 when using ruby 1.9.x antisnatchor 2011-07-09 22:30:33 +00:00
  • 1386e8efc3 (Fixes issue 366) Reducing chop size to prevent ERROR WEBrick::HTTPStatus::RequestURITooLarge antisnatchor 2011-07-09 22:30:29 +00:00
  • 001d84743d fixed versions and msf is off by default scotty.b.brown@gmail.com 2011-07-08 22:19:04 +00:00
  • 641f6ab427 Disabled ascii art for this release passbe 2011-07-05 10:31:41 +00:00
  • 5c3e6f1575 Adding Apache Licence Header to all files (except VERSION file) scotty.b.brown@gmail.com 2011-07-02 23:08:28 +00:00
  • b4fc87916f fixing autopwn sussurro@happypacket.net 2011-07-01 22:14:24 +00:00
  • d3250ee7ea fixing autopwn sussurro@happypacket.net 2011-07-01 22:12:17 +00:00
  • 12e93cd188 Fixed to work with latest version of beef. Added random file naming and ability to change extension. Also added notes for new version of vTigerCRM. yori.kvitchko 2011-06-30 20:19:29 +00:00
  • 1486812e96 (Fixes issue 144) BOO YAH scotty.b.brown@gmail.com 2011-06-30 11:41:41 +00:00
  • 2a28466913 More work on #144 scotty.b.brown@gmail.com 2011-06-30 11:15:49 +00:00
  • f1e51b9e34 Updated comments for enabling metasploit wade@bindshell.net 2011-06-29 02:31:17 +00:00
  • 4472ad82c4 More work on #144 scotty.b.brown@gmail.com 2011-06-28 11:14:26 +00:00
  • 6ad9287f03 Added BeEF logo to authentication page passbe 2011-06-28 11:09:48 +00:00
  • f3f0c070bd Prep for #144 scotty.b.brown@gmail.com 2011-06-28 09:57:55 +00:00
  • c720934421 fixes issue 341 xntrik 2011-06-28 09:45:40 +00:00
  • eddfc4c9c8 Fixing Typos and removing debug code. scotty.b.brown@gmail.com 2011-06-28 09:15:44 +00:00
  • 3b79c677aa Issue 355: now query parameters are correctly forwarded by the proxy, as well as POST requests with body parameters antisnatchor 2011-06-27 14:31:34 +00:00
  • 6d19b04f60 Using _ instead of . for DB table names: this convention ([a-z0-9_]) follow best-practices, and in this way there is no need to use a backtick when writing sql queries in MySQL (or in the future PostreSQL) antisnatchor 2011-06-27 14:26:44 +00:00
  • 27f9857d31 (Fixes issue 350) There is no discernible difference between FF4 and FF5 This may prove similar to Chrome now FF are on a shorter release cycle. scotty.b.brown@gmail.com 2011-06-27 11:53:39 +00:00
  • b96184a0cf FF5 is no longer detected as FF3.6 scotty.b.brown@gmail.com 2011-06-27 11:09:17 +00:00
  • c99f40d8f1 Removed encoding from beef.ascii logo passbe 2011-06-27 08:06:14 +00:00
  • c5264b950a First version of beef.ascii passbe 2011-06-27 07:01:49 +00:00
  • 9009ed85bd Reverted back two MSF related files, inadvertently committed before... antisnatchor 2011-06-26 18:12:56 +00:00
  • 6af4f673d3 Proxy and Requester enhancements. Proxy got a good performance improvement, it's now multi-thread, able to handle errors, can be used with a normal browser. Requester core (ruby/js) has been enhanced too: db model, js logic and parsing code. Many previous bugs in different parts have been corrected. antisnatchor 2011-06-26 18:03:53 +00:00
  • a8c833fcfd Removed inherit parameter, think older versions of ruby dont support it passbe 2011-06-26 08:45:07 +00:00
  • a02f14b79f Fixed incorrect parameter type passbe 2011-06-26 08:31:57 +00:00
  • 4f467ba6fd Created API Security Path mapping procedures. Fixes issue 340 passbe 2011-06-26 01:29:11 +00:00
  • 62502cf124 Corrected print_debug to convert item to string passbe 2011-06-26 01:18:53 +00:00
  • 82065ee388 Helps if I include the logo passbe 2011-06-26 00:15:04 +00:00
  • 720864f0ea Added new BeEF branding to the admin_ui extension passbe 2011-06-26 00:14:31 +00:00
  • 10d8a1dc6d (Fixes issue 354) fixed handling of raw unicode data in browsers that supports window.btoa and window.atob antisnatchor 2011-06-25 17:11:07 +00:00
  • 0d779184b0 Updated Clipboard Theft module supported browsers list bcoles@gmail.com 2011-06-21 11:01:58 +00:00
  • 84bd253dd0 Added Chrome to modules/misc/extract_local_storage confirmed browser list bcoles@gmail.com 2011-06-19 23:35:13 +00:00
  • ec9fc14414 Added modules/misc/clipboard_theft/ bcoles@gmail.com 2011-06-19 20:40:36 +00:00
  • 2f681c51e2 Knew i would miss one. scotty.b.brown@gmail.com 2011-06-18 23:44:24 +00:00
  • 49fc521a16 (Fixes issue 349) Added detection of Chrome 12 scotty.b.brown@gmail.com 2011-06-18 23:38:16 +00:00
  • 5c4888097d Added Safari to modules/misc/extract_local_storage confirmed browser list bcoles@gmail.com 2011-06-13 23:24:39 +00:00
  • 3948ff432e Banner details updated wade@bindshell.net 2011-06-13 09:38:00 +00:00
  • 94bb46eb48 Version number updated to 0.4.2.7-alpha wade@bindshell.net 2011-06-13 09:26:54 +00:00
  • f5246a8588 Added Extract Local Storage module bcoles@gmail.com 2011-06-12 09:53:50 +00:00
  • dfba87c492 removed debug code (again, sorry ;) ) antisnatchor 2011-06-08 19:25:42 +00:00
  • 9f0bb61671 (Fixes issue 273): fixed JS syntax error that prevented the module working in all the browsers. antisnatchor 2011-06-08 10:45:39 +00:00
  • 3a82214e43 issue 337: removed console.log debug code antisnatchor 2011-05-30 10:06:04 +00:00
  • 1dcac350f2 Fixes issue 337 : added dropdown to let the user choose a reverse or bind payload. Modified JSP payload accordingly. antisnatchor 2011-05-30 10:04:33 +00:00
  • 844fa70fc1 (Fixes issue 327) : changed CSS to give more padding to folder icons xntrik 2011-05-28 06:15:23 +00:00
  • 1cda1ccf46 (fixes issue 211) : keyboard up and down through command modules now works xntrik 2011-05-28 03:32:30 +00:00
  • 22d91d5739 (Fixes issue 343) - more notes about MySQL Deps in config.yaml xntrik 2011-05-26 23:49:54 +00:00
  • b9f53c8f96 More tweaking to proxy to help it work with browsers (and not just telnet :p) scotty.b.brown@gmail.com 2011-05-26 06:46:19 +00:00
  • bd28ce2147 Added more debugging to the proxy scotty.b.brown@gmail.com 2011-05-24 08:56:19 +00:00
  • c76dbbd017 Changes config.yaml so that mysql is lowercase, if you change the option using upper/lower it doesnt work xntrik 2011-05-21 03:33:56 +00:00
  • b6c45fc7d9 (Fixes issue 265) the detection for Twitter is a little better, but still slightly inconsistant on first run against ff xntrik 2011-05-20 15:53:29 +00:00
  • dc36f53e04 (Fixes issue 144) Update a Zombies IP on change and log the event xntrik 2011-05-20 13:14:12 +00:00
  • 31069c0947 Fixing the Butcher demo link to jQuery xntrik 2011-05-20 12:56:33 +00:00
  • ff39c12909 (Fixes issue 111) Added ColdFusion exploit (CVE-2010-2861) antisnatchor 2011-05-19 17:49:33 +00:00
  • fef2b4fbe8 Improved the Internal_network_fingerprinting module: now IP range and specific ports can be specified. Also added Jboss signature. antisnatchor 2011-05-19 13:39:21 +00:00