zinduolis
|
101020ffa0
|
Update copyright in rb, js and jsdocs
|
2024-12-25 11:40:55 +10:00 |
|
Stephen
|
747ddb5387
|
Updated http://beefproject.com to https://beefproject.com
|
2023-12-31 14:18:50 +10:00 |
|
jcrew99
|
3a486c7626
|
Updated Copyright
|
2023-12-26 22:32:31 -05:00 |
|
jcrew99
|
486a9bb329
|
Update copyright 2023 (#2675)
* updated copyright
* reverted gemfile lock changes
|
2022-12-31 15:36:07 +10:00 |
|
wheatley
|
f33e2698a0
|
MAINTAINABILITY: 2257 update copyright 2022 (#2259)
* 2257 updated copyright date
|
2021-12-31 09:48:08 +10:00 |
|
J
|
4ec6ecee27
|
updated all of the copyright information
|
2021-01-11 04:48:56 +10:00 |
|
beep
|
470b3483d0
|
Update copyright information
|
2020-01-01 18:47:08 -08:00 |
|
root
|
0b67f4c2e8
|
Merge branch 'activerecord'
|
2019-12-17 00:16:44 +00:00 |
|
root
|
5a05bd965e
|
byebug and stops the auth rate limit test till fix
|
2019-12-13 15:33:31 +00:00 |
|
Ben Passmore
|
9babcba7c3
|
Fixed loaders
|
2019-10-08 16:14:09 +10:00 |
|
Brendan Coles
|
13c539effe
|
Add logger - Fixes #1698
|
2019-03-03 20:20:37 +00:00 |
|
Brendan Coles
|
f24a25f6b1
|
Remove dm-do-adapter monkey patch
|
2019-03-02 06:47:34 +00:00 |
|
Brendan Coles
|
f0310b34d9
|
require 'msgpack'
|
2019-02-16 10:30:41 +00:00 |
|
Ben Passmore
|
9f1e8f5e8d
|
Updated copyright
|
2019-01-01 11:57:28 +10:00 |
|
Brendan Coles
|
1dea97511b
|
Code cleanup
|
2018-06-11 11:36:35 +00:00 |
|
Brendan Coles
|
d26c7012d9
|
Update loader.rb
|
2018-05-12 00:07:15 +10:00 |
|
Wade Alcorn
|
fca5279f17
|
Updated Copyright dates
|
2018-01-04 09:12:47 +10:00 |
|
Brendan Coles
|
e1760d74c8
|
Remove gem deps from core/loader
|
2017-10-15 08:47:13 +00:00 |
|
Brendan Coles
|
363802b028
|
Move require statements to core/loader
|
2017-05-12 13:48:25 +00:00 |
|
Brendan Coles
|
1334456d9e
|
Remove xmlrpc/client from core/loader
|
2017-04-12 12:04:11 +00:00 |
|
Wade Alcorn
|
91cc7ed873
|
Updated Copyright information
|
2016-12-29 15:50:13 +10:00 |
|
Jonathan Echavarria
|
f1eb8c8723
|
Update loader.rb
Includes fixes for #1216 by loading the 'optparse' library
|
2016-02-17 09:29:11 -05:00 |
|
Wade Alcorn
|
ce01d9fa46
|
updated copyright year
|
2015-12-30 08:11:57 +10:00 |
|
antisnatchor
|
ea9549adbe
|
Fixed issue with latest Rack. Now using mime/types to return the right content-type based on file extension when using AssetHandler.bind.
|
2015-07-05 12:44:00 +02:00 |
|
Wade Alcorn
|
2fbca61368
|
Updated copyright dates
|
2014-12-30 07:44:58 +10:00 |
|
soh_cah_toa
|
8c4ece815e
|
Removed obsolete Sourcify reference in loader.rb.
|
2014-04-23 11:19:17 -04:00 |
|
antisnatchor
|
9dcff5184d
|
Manually merged DNS extension code (pull request 967 from @soh-cah-toa)
|
2014-03-02 12:40:18 +00:00 |
|
Wade Alcorn
|
8003f1a47f
|
Updated the copyright year to 2014
|
2014-01-01 16:34:15 +10:00 |
|
soh_cah_toa
|
992e95f0d7
|
Added database support when adding/removing rules.
Needed to add 'sourcify' as a dependency in order to store code blocks
in the database.
|
2013-05-15 22:12:37 -04:00 |
|
soh_cah_toa
|
9f7d326f6f
|
Added RubyDNS to Gemfile and core/loader.rb.
|
2013-05-03 17:34:41 -04:00 |
|
Wade Alcorn
|
fe40038441
|
Updated copyright year to 2013
|
2012-12-30 12:47:43 +10:00 |
|
Wade Alcorn
|
d2188b230c
|
More changed license headers
|
2012-11-02 15:27:01 +10: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 |
|
Wade Alcorn
|
06899ca267
|
Year updated from 2011 to 2012
|
2011-12-31 22:24:36 +10:00 |
|
Christian Frichot
|
d2f4fddc34
|
Gem management is now handled by Bundler - updated README and install to advise. Eventually we can remove the install script
|
2011-12-31 15:33:32 +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 |
|
antisnatchor
|
4c1ed2ee2e
|
completely removed WebRick dependency and references in the code!! fuck yeah
|
2011-11-22 10:20:44 +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 |
|
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 |
|
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
|
8fe714881a
|
Module execution functionality is now decoupled from the admin_ui. See BeEF::Module.execute(). Added Hooked Browser Manager skeleton.
git-svn-id: https://beef.googlecode.com/svn/trunk@1196 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
|
2011-08-17 02:17:19 +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 |
|
wade@bindshell.net
|
27c32f9d28
|
rolling back
git-svn-id: https://beef.googlecode.com/svn/trunk@968 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
|
2011-05-12 02:10:01 +00:00 |
|
passbe
|
129a9caff6
|
Added first revision of our renderers. Needs a lot more work, but will start producing nicer output.
git-svn-id: https://beef.googlecode.com/svn/trunk@967 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
|
2011-05-11 23:57:05 +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 |
|
passbe
|
b9818239e3
|
Moved dynamic loading back to loader. Added helper classes for BeEF::Module/s BeEF::Extension/s. This is to facilitate issues 319, 322, 324
git-svn-id: https://beef.googlecode.com/svn/trunk@934 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
|
2011-04-27 04:14:56 +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 |
|