Commit Graph

47 Commits

Author SHA1 Message Date
Wade Alcorn 2fbca61368 Updated copyright dates 2014-12-30 07:44:58 +10:00
Christian Frichot fe14601dfc Added -i --interactive option at commandline to launch console shell 2014-04-27 07:12:53 +08:00
Wade Alcorn 8003f1a47f Updated the copyright year to 2014 2014-01-01 16:34:15 +10:00
Xiaoran Wang ea560c3464 Added configurable port for postsql and mysql 2013-05-03 13:01:37 -07:00
Wade Alcorn fe40038441 Updated copyright year to 2013 2012-12-30 12:47:43 +10:00
Wade Alcorn b68df3d024 Changed license header 2012-11-02 14:05:15 +10:00
antisnatchor 50e7a1c206 Refactored WebSocket code. 2012-08-25 10:18:56 +01:00
radoen 5697eac123 Added support for wss, issue #714 2012-08-10 13:43:48 +02:00
antisnatchor 874bc14278 Close issues #541 and #684. Added 2 command line options to ovveride default port and websocket server port 2012-05-28 13:44:05 +01:00
antisnatchor 247e0e9a62 Issue 676. Now we use em-websocket for WebSocket server side. Instead of threads we use events with EventMachine. Faster and consumes less memory. 2012-05-11 15:58:59 +01:00
Graziano Felline 23f782b8d8 Hook.js load websocket.js only if specifield in beef configuration file
if websocket is disabled all work normally
 if websocket is enabled have trouble in command.rb
2012-04-12 19:01:49 +02:00
antisnatchor 64cee24c65 Added WebSocket config options for enable, secure and port 2012-04-07 12:46:57 +01:00
antisnatchor 236c8a81b6 Fixed issue with lib loading and WebSocket server initalization 2012-04-07 12:31:37 +01:00
Graziano Felline 15ca7777bb Inserted module in bootstrap 2012-04-07 13:00:40 +02:00
Graziano Felline d3e2e1eb30 Inserted module in bootstrap 2012-04-07 12:56:06 +02:00
antisnatchor 872272645e Added api_token for RESTful api authentication 2012-03-12 10:27:03 +01:00
antisnatchor 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. 2012-03-04 14:55:03 +01:00
Ben def8677f1c Updated README instructions for MAC OS X 2012-02-15 17:52:54 +10:00
Wade Alcorn c4f0b04389 Changed method of stopping deprecation warnings to use $VERBOSE = nil 2012-01-17 11:48:07 +10:00
Wade Alcorn 24af6ebc7c Minor format fix to test Jenkins 2012-01-14 22:31:24 +10:00
Wade Alcorn 69dc74351f Removed deprecation warnings 2012-01-11 21:24:01 +10:00
Wade Alcorn 899888f819 Small typo fixed. 2012-01-05 13:05:48 +10:00
Wade Alcorn 06899ca267 Year updated from 2011 to 2012 2011-12-31 22:24:36 +10:00
Wade Alcorn 5476faab07 Minor file format update. 2011-12-31 22:17:58 +10: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
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
buherator@gmail.com ab1ec19a5c Changed BeEF::API::Registra to BeEF::API::Registrar
git-svn-id: https://beef.googlecode.com/svn/trunk@1358 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-09 15:31:52 +00:00
wade@bindshell.net 23dd67a63f increased friendly console output
git-svn-id: https://beef.googlecode.com/svn/trunk@1298 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-17 13:32:54 +00:00
passbe 563f9dc6da Yard commented 1/3 of codebase, more to come...
git-svn-id: https://beef.googlecode.com/svn/trunk@1274 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-09-11 21:52:39 +00:00
passbe d8a089a1b3 Reworked timed API system. You now must use the BeEF::API::Registra.register() to hook into timed API calls. This will speed up the framework and allow paramater matching for API hooks.
git-svn-id: https://beef.googlecode.com/svn/trunk@1235 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-24 09:33:22 +00:00
xntrik 92c422096e (Fixes issue 386) Updated 'console' extension to incorporate MSFs Rex Library for an interactive shell
git-svn-id: https://beef.googlecode.com/svn/trunk@1221 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-20 02:45:14 +00:00
passbe 0067a9c088 Cleaned up pre_http_start + mount_handlers. Added direct call API options for mounting and unmounting http handlers
git-svn-id: https://beef.googlecode.com/svn/trunk@1184 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-08-12 00:13:36 +00:00
wade@bindshell.net 090d9d6782 Removed support for Ruby 1.8. Fixes issue 389.
git-svn-id: https://beef.googlecode.com/svn/trunk@1068 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-17 00:50:32 +00:00
sussurro@happypacket.net 80090daea1 adding postgres support for msf
git-svn-id: https://beef.googlecode.com/svn/trunk@1061 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-12 17:25:15 +00:00
antisnatchor 6c1dcf1c27 Added comments and code when using MySQL to switch to UTF8 as default encoding
git-svn-id: https://beef.googlecode.com/svn/trunk@1052 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-09 22:30:51 +00:00
antisnatchor c5419797c3 (Fixes issue 371) setting default internal and external encoding to UTF8 when using ruby 1.9.x
git-svn-id: https://beef.googlecode.com/svn/trunk@1050 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-09 22:30:33 +00:00
passbe 641f6ab427 Disabled ascii art for this release
git-svn-id: https://beef.googlecode.com/svn/trunk@1047 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-05 10:31:41 +00:00
scotty.b.brown@gmail.com 5c3e6f1575 Adding Apache Licence Header to all files (except VERSION file)
git-svn-id: https://beef.googlecode.com/svn/trunk@1046 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-07-02 23:08:28 +00:00
passbe c5264b950a First version of beef.ascii
git-svn-id: https://beef.googlecode.com/svn/trunk@1029 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-06-27 07:01:49 +00:00
passbe a02f14b79f Fixed incorrect parameter type
git-svn-id: https://beef.googlecode.com/svn/trunk@1025 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-06-26 08:31:57 +00:00
wade@bindshell.net 3948ff432e Banner details updated
git-svn-id: https://beef.googlecode.com/svn/trunk@996 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-06-13 09:38:00 +00:00
passbe 2374ecd7f1 Moved default_db to database.default. Just trying to keep the config file tidy
git-svn-id: https://beef.googlecode.com/svn/trunk@947 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-05-02 12:36:27 +00:00
passbe 18aaed3572 Abstracted extension and module loading. Also checking print_debug for console extension loading. (Fixes issue 324)
git-svn-id: https://beef.googlecode.com/svn/trunk@936 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-04-27 05:19:30 +00:00
scotty.b.brown@gmail.com 35f62714b1 Moving nextgen from a branch to the trunk!!!
git-svn-id: https://beef.googlecode.com/svn/trunk@908 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-04-20 07:54:56 +00:00
scotty.b.brown@gmail.com af413eecdb extra step moving trunk
git-svn-id: https://beef.googlecode.com/svn/trunk@907 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-04-20 07:50:25 +00:00
scotty.b.brown@gmail.com 2773a31eef New trunk.
git-svn-id: https://beef.googlecode.com/svn/trunk@906 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-04-20 07:44:19 +00:00