Commit Graph

  • f5a77a63eb Prevent to mount the favicon.ico if we're imitating a web server. antisnatchor 2012-04-04 16:06:19 +01:00
  • 454280f7de Adjusted errors and default returns for the web server imitation. antisnatchor 2012-04-04 16:05:52 +01:00
  • 6bebb80f61 Added default 404 HTTP response bodies for Apache 2.2.3 and IIS 6 antisnatchor 2012-04-04 15:47:21 +01:00
  • e528375e3d Save wireless configuration xml created by Get_wireless_keys module to temp folder beef-0.4.3.3 Keith Lee 2012-04-02 14:40:32 -04:00
  • 1db9ccaff6 Merge branch 'master' of https://github.com/beefproject/beef antisnatchor 2012-03-31 14:12:52 +01:00
  • 2db4885c2f Added comments in the main Router class. antisnatchor 2012-03-31 13:57:18 +01:00
  • 5474f0507a Allowing also GET method on Access-Control-Allow-Methods (dynamic handler). antisnatchor 2012-03-31 13:27:59 +01:00
  • 59ac216b71 Added basic web-server imitation (overriding Server response headers, added config.yaml options). antisnatchor 2012-03-31 13:24:30 +01:00
  • addc256b8c Remove route "/" from the main router class. Must return 'not found' anyway. antisnatchor 2012-03-29 15:00:20 +02:00
  • b88acd98c8 Added BeEF router superclass: it will be extended by other classes when sub-routes are needed. antisnatchor 2012-03-29 14:24:15 +02:00
  • 2bca21a41d Minor updates to XSSRays bcoles 2012-03-26 16:29:15 +10:30
  • 8518c8fae9 Renamed History Extraction module to Get Visited Domains bcoles 2012-03-26 14:44:36 +10:30
  • b230b98336 Changed BeEF::API.registered?() to use the :is_matched_params method bcoles 2012-03-25 14:13:44 +10:30
  • e4a7019192 Merge branch 'master' of https://github.com/beefproject/beef antisnatchor 2012-03-24 18:43:57 +01:00
  • e4d4edba75 Public port setting affects URI scheme Nikolaos Anastopoulos 2012-03-23 20:42:12 +02:00
  • 3d26782125 Added public port setting to server configuration Nikolaos Anastopoulos 2012-03-23 15:09:46 +02:00
  • 45475d625b Updated IE version detection bcoles 2012-03-22 19:27:36 +10:30
  • f0fab1c431 Added rest-client gem dependency when running tests antisnatchor 2012-03-16 11:12:10 +01:00
  • 5329d5c147 Added support for Firefox 11 bcoles 2012-03-16 13:11:20 +10:30
  • e52779e72e Fixed javaEnabled() in BeEF hook - It was breaking the hook in IE6 bcoles 2012-03-16 12:40:13 +10:30
  • 5e2de7d378 reverted http.debug to false antisnatchor 2012-03-15 18:37:53 +01:00
  • 11fbeb3296 Merge pull request #643 from antisnatchor/master Michele Orru 2012-03-15 10:33:17 -07:00
  • 99fff273fe removed old reference to dynamic_module table antisnatchor 2012-03-15 13:58:37 +01:00
  • 61efe56b10 Removed classes and requires of dynamic* tables. Not used anymore. antisnatchor 2012-03-15 13:56:48 +01:00
  • 4e224e63ee added example on how to call metasploit modules with the REST api antisnatchor 2012-03-15 13:53:29 +01:00
  • 5c96fe2b84 changed return value on override_execute, reformatted code for the metasploit api antisnatchor 2012-03-15 13:32:10 +01:00
  • 6541d9fa34 Tidied up some of the Console Shell output handling - Issue #642 Christian Frichot 2012-03-15 19:52:03 +08:00
  • 2bc6a0d8a9 Rick roll module, changed to a different YouTube vid, that appears to work here. Issue #620 Christian Frichot 2012-03-15 19:43:02 +08:00
  • 4f1042a6a3 QRCode extension - minor update to handle the Console in the Core - Issue #641 Christian Frichot 2012-03-15 19:39:24 +08:00
  • 8db7ef00b4 Fixed error when attaching to MSF (resetdb? is not there anymore) antisnatchor 2012-03-15 12:25:38 +01:00
  • fec922a63c Implemented /api/modules/ to retrieve all enabled modules antisnatchor 2012-03-14 16:52:25 +01:00
  • 8fdd127f17 Disabled Sinatra exception, and set the custom 404 response to 'not found.' antisnatchor 2012-03-14 16:26:29 +01:00
  • b02bdbaaa7 ISSUE 625 - corrected the bug. Added li's elements poison Graziano Felline 2012-03-14 15:41:10 +01:00
  • 8795c5770a ISSUE 625 - corrected the bug. Added li's elements poison Graziano Felline 2012-03-14 15:34:46 +01:00
  • c3a611d12e Implemented info/options retrieval for a specific module throught the REST API antisnatchor 2012-03-13 17:18:13 +01:00
  • 434f9f8e43 Now it's possible to launch command modules via the REST api (also with options), and then get execution results. antisnatchor 2012-03-13 12:43:10 +01:00
  • 837c1f2db8 Modified BeEF::Module.execute to return the command_id of the persisted command, instead of just returning a boolean. Refactored usages in the code as well. antisnatchor 2012-03-13 12:40:28 +01:00
  • 3674f06609 Implemented /api/logs and /api/logs/hb_session, added code comments antisnatchor 2012-03-12 17:40:38 +01:00
  • 818f3d207e Retrieving correct browser version with browserDetails BrowserVersion antisnatchor 2012-03-12 17:14:09 +01:00
  • b11502cc84 Added BT Home Hub CSRF module bcoles 2012-03-13 00:54:25 +10:30
  • f38c7e5615 Removed "HasJava" from hook initialization bcoles 2012-03-13 00:50:03 +10:30
  • 6ef889b0b1 Removed Java from hook initialization: - Removed has_java - Removed internal_ip - Removed internal_hostname bcoles 2012-03-13 00:19:01 +10:30
  • 4429ab3df2 Added /api/hooks logic to retrieve online and offline HBs as json antisnatchor 2012-03-12 12:46:04 +01:00
  • 03cd06a014 Added stubs and registered classes for the 3 main RESTful API endpoints: hooks, modules, logs antisnatchor 2012-03-12 11:55:26 +01:00
  • 872272645e Added api_token for RESTful api authentication antisnatchor 2012-03-12 10:27:03 +01:00
  • 9735a7b66f Merge branch 'master' of https://github.com/beefproject/beef bcoles 2012-03-12 11:41:08 +10:30
  • 51d6aaa515 Merge remote-tracking branch 'origin/master' milo2012 2012-03-12 00:53:07 +08:00
  • 5cb1ad3d53 Module for Issue 639 - Retrieving Clear Text Wireless Keys from Compromised Systems milo2012 2012-03-11 11:38:47 -04:00
  • daa37293fe Fix Issue 88 - Working for IE and Firefox milo2012 2012-03-11 11:38:47 -04:00
  • 847b798e0a Fix Issue 88 - Working for IE and Firefox root 2012-03-11 11:38:47 -04:00
  • 7dab21ff7f First skeleton for the RESTful api using Sinatra (modular approach, not classic one). antisnatchor 2012-03-11 16:12:59 +01:00
  • e1652bf52e Added sinatra dependency to bundler Gemfile antisnatchor 2012-03-11 10:51:43 +01:00
  • a0c11fa695 Added support to intercept dynamic requests radoen 2012-03-09 16:10:04 +01:00
  • f2401d3f39 Issue 86 - Working for Firefox. Support for Chrome+Opera+IE still pending. Keith Lee 2012-03-09 03:16:26 +08:00
  • 76e881dce9 Delete Skype XSS stub from main branch asaafan 2012-03-09 01:53:07 +02:00
  • ea199f5c55 Adding stub for Skype XSS module unknown 2012-03-09 01:38:37 +02:00
  • a5e7823588 Adding the JS code of the Skype XSS exploit Saafan 2012-03-10 20:46:04 +02:00
  • 8c74fdd680 Adding branch for Skype XSS module asaafan 2012-03-09 01:55:44 +02:00
  • f10cf3eb5b Delete Skype XSS stub from main branch asaafan 2012-03-09 01:53:07 +02:00
  • 1333e48d3a Merge branch 'master' of https://github.com/beefproject/beef asaafan 2012-03-09 01:51:18 +02:00
  • 05b7eab56c Delete Skype XSS stub from main branch asaafan 2012-03-09 01:46:11 +02:00
  • 006719768a Adding stub for Skype XSS module unknown 2012-03-09 01:38:37 +02:00
  • 11870710e8 Added a couple of 0day CSRF exploits for Zenoss Core <= 3.2.1 bcoles 2012-03-07 15:02:12 +10:30
  • dbd6baa7b0 Temporary fix to prevent hook error on Safari. I will implement a final fix tomorrow. unknown 2012-03-07 15:49:51 +01:00
  • c1975691f4 Added a couple of 0day CSRF exploits for Zenoss Core <= 3.2.1 bcoles 2012-03-07 15:02:12 +10:30
  • 8c3afcf2b9 Minor changes related to Java detection with the unsigned applet: if the browser is Chrome, we simply rely on window.navigator. antisnatchor 2012-03-06 19:56:58 +01:00
  • 03604a7e93 Merge pull request #632 from milo2012/master Michele Orru 2012-03-06 10:44:34 -08:00
  • cc9756cf59 Fix for issues 567 and also remove multiple calls to beef.browser.hasJava() from /beef/core/main/client/net/local.js Keith Lee 2012-03-07 01:46:51 +08:00
  • 97672966df Fix for issues 567 and also remove multiple calls to beef.browser.hasJava() from /beef/core/main/client/net/local.js Keith Lee 2012-03-07 01:41:27 +08:00
  • 3bd06ebf82 Merge pull request #631 from asaafan/master Saafan 2012-03-05 07:51:04 -08:00
  • c1ad9d7b04 Testing fork/merge Saafan 2012-03-05 17:47:14 +02:00
  • 2796e384b3 Merge pull request #630 from milo2012/master Michele Orru 2012-03-05 01:37:19 -08:00
  • 95f7e92011 Changes to command module and get_physical location so that @datastore['cid'] , @datastore['results'] and @datastore['beefhook'] can be called from the modules Keith Lee 2012-03-05 03:40:46 +08:00
  • 698e01bb83 reverted back test_contants definition. antisnatchor 2012-03-04 16:36:08 +01:00
  • 08d50512e9 Added bootstrap unit tests. antisnatchor 2012-03-04 16:22:37 +01:00
  • e9a6049e58 Fixes issue 621: Added 2 new command line options. Now it's psosible to specify a different config.yaml file. Also changed the core load order, adding a new bootstrap module. antisnatchor 2012-03-04 14:55:03 +01:00
  • 3f06f6db18 Commented yaml bug fix Wade Alcorn 2012-03-04 22:12:04 +10:00
  • 487227b945 Version updated Wade Alcorn 2012-03-04 22:11:21 +10:00
  • 6c7624805c Update delay to test jenkins Wade Alcorn 2012-03-04 21:45:21 +10:00
  • 753299e758 Updated Get Page HTML module: bcoles 2012-03-04 20:24:04 +10:30
  • 0485a1ab7e Added 3x router CSRF exploits: bcoles 2012-03-04 14:55:00 +10:30
  • 52d06e40a2 Removed the dev/null output in the Rake Install task Issue #629 Christian Frichot 2012-03-03 22:44:05 +08:00
  • 5c678a2550 Added cleanup() function to router exploits bcoles 2012-03-03 20:43:56 +10:30
  • 63805d943d The Console Shell now allows you to drop into an IRB (and then play with the BeEF object if you want) Issue #627 Christian Frichot 2012-03-03 14:59:59 +08:00
  • 302bb27212 Revert 041ed2b47a27655cad360397b6ca43401a027504^..HEAD beef-0.4.3.2 Ben Waugh 2012-02-28 09:01:29 +10:00
  • 041ed2b47a Jenkins Test Change Ben Waugh 2012-02-28 07:31:44 +10:00
  • df0458d62e Merge branch 'master' of github.com:beefproject/beef Wade Alcorn 2012-02-26 21:35:25 +10:00
  • 275bbfaad2 Updates to test jenkins Wade Alcorn 2012-02-26 21:35:03 +10:00
  • e7dd04977e Added getPhysicalLocation module written by @keith55. Adjusted config.yaml description and browser support. antisnatchor 2012-02-26 09:53:16 +01:00
  • b6ce0cf611 Updated Detect Firebug module description bcoles 2012-02-22 20:10:38 +10:30
  • fd7cee3c5c Fixed typo in logger unit test bcoles 2012-02-22 19:07:07 +10:30
  • b52c3d7d19 Added unit test stubs for proxy, requester and event logger extensions. bcoles 2012-02-22 19:00:48 +10:30
  • ec48e2647f Minor update to trigger test server Wade Alcorn 2012-02-21 06:08:15 +10:00
  • 5118429cb5 Overkill test for test server Wade Alcorn 2012-02-20 21:02:46 +10:00
  • d010bd6d9e Extend wait time between login tests Wade Alcorn 2012-02-20 17:46:12 +10:00
  • cda1659356 Improved proxy error handling. Fixes issue #92. bcoles 2012-02-19 03:33:46 +10:30
  • d50b07ac56 Added Unhook module. Fixes issue #525. bcoles 2012-02-18 19:10:02 +10:30
  • a9e276f50a Added Detect Firebug module. Fixes issue 497 bcoles 2012-02-18 17:43:20 +10:30
  • 791b34863e Renamed / tidied up some of the config. See Issue #82 Christian Frichot 2012-02-18 10:06:47 +08:00
  • fd15c108a2 Merge branch 'master' of github.com:beefproject/beef Mike Haworth 2012-02-18 14:17:34 +13:00