Brendan Coles
|
fbdbfd4896
|
Use HTTPS for rubygems.org source
|
2015-08-18 03:27:27 +00:00 |
|
Brendan Coles
|
bcd2dd1b32
|
Remove duplicate gem
|
2015-07-11 15:30:43 +00: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 |
|
Brendan Coles
|
7b234c9b98
|
Add rspec to Gemfile
|
2015-06-27 17:40:43 +00:00 |
|
Brendan Coles
|
0cc9f53aae
|
Use qr4r gem to generate QR codes
|
2015-05-12 17:07:58 +00:00 |
|
antisnatchor
|
90bfca16c6
|
Removed fixed versions of eventmachine/sinatra/rack from Gemfile
|
2015-03-25 10:32:46 +01:00 |
|
antisnatchor
|
944ba747da
|
Fixed a bug in WebRTC command module, prevented duplicates in NetworkHost db table, removed unnecessary code.
|
2015-02-05 12:35:23 +01:00 |
|
Brendan Coles
|
ceab91d53a
|
Add Network extension
|
2015-01-20 11:36:37 +00:00 |
|
Wade Alcorn
|
2fbca61368
|
Updated copyright dates
|
2014-12-30 07:44:58 +10:00 |
|
Mr. Evoltech
|
893afe0317
|
This is needed for BeEF to work on Ubuntu Trusty 64bit ruby-1.9.3-p448 (via rvm)
|
2014-09-14 16:30:32 -07:00 |
|
soh_cah_toa
|
0f7f86e0f3
|
Changed Gemfile to use RubyDNS 0.7.0.
Also removed Sourcify since it's no longer needed.
|
2014-04-22 22:46:38 -04:00 |
|
bcoles
|
4529dd1a6c
|
Add support for MaxMind GeoIP
|
2014-04-22 00:58:49 +09:30 |
|
Brendan Coles
|
691ae19426
|
Update Gemfile
Add comments
Add gems for MySQL/PostgreSQL (commented out)
Add Twitter gem dependency (commented out)
|
2014-04-17 13:40:59 +10:00 |
|
antisnatchor
|
940b03e249
|
Removed twitter dependency from Gemfile as it's causing depenedencies issues sometimes, and the twitter notification feature isn't that used anyway.
|
2014-04-14 11:46:42 +02:00 |
|
antisnatchor
|
91fa8f4e63
|
Various fixes for the DNS extension code.
|
2014-03-02 16:05:57 +00:00 |
|
antisnatchor
|
9dcff5184d
|
Manually merged DNS extension code (pull request 967 from @soh-cah-toa)
|
2014-03-02 12:40:18 +00:00 |
|
Saafan
|
a4973a5365
|
Merge pull request #946 from offensivecoder/update_twitter_require_version_5
Update twitter require version 5
|
2014-02-21 00:48:46 +02:00 |
|
antisnatchor
|
4732d66586
|
Fixed issue #951: BeEF can now be installed correctly on Windows.
|
2014-01-06 16:13:32 +00:00 |
|
Wade Alcorn
|
8003f1a47f
|
Updated the copyright year to 2014
|
2014-01-01 16:34:15 +10:00 |
|
Marc Wickenden
|
f2ba3b55e8
|
require version 5 of the twitter gem due to removal of Twitter.configure method
|
2013-11-24 00:20:08 +00:00 |
|
antisnatchor
|
050da281ac
|
Modified Gemfile. Added missing directory for Firefox Extension dropper module.
|
2013-10-10 20:47:14 +01:00 |
|
antisnatchor
|
8d44b48768
|
Added dependency to therubyracer (V8 implementation for Ruby) if the OS is not OSX.
|
2013-10-02 14:24:22 +01:00 |
|
antisnatchor
|
86d23d3815
|
Fix issue #662 the Web UI base path can now be configured in the main config.yaml. Web UI JS files are now also minified.
|
2013-10-01 17:16:46 +01: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 |
|
antisnatchor
|
b501fe7c1a
|
Updated Rack dependency in Gemfile in order to don't create conflicts with the updated Sinatra dependency.
|
2013-05-04 09:42:40 +01:00 |
|
soh_cah_toa
|
9f7d326f6f
|
Added RubyDNS to Gemfile and core/loader.rb.
|
2013-05-03 17:34:41 -04:00 |
|
Xiaoran Wang
|
b79402ce5f
|
updated sinatra from 1.3.2 to 1.4.2 to fix the CORS request always return a 403 bug. link here https://github.com/sinatra/sinatra/issues/518
|
2013-05-03 11:02:11 -07:00 |
|
antisnatchor
|
4ea18852f6
|
Updated eventmachine gem version in Gemfile.
|
2013-04-21 10:52:46 +01: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 |
|
Marc Wickenden
|
6ade1469bb
|
initial commit of notifications extension
|
2012-07-19 22:51:39 +01:00 |
|
antisnatchor
|
8d805c550f
|
Started working on the Evasion/Obfuscation extension. Added scrambler, minifier and base64 encoder in the chain.
|
2012-05-22 16:41:29 +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 |
|
antisnatchor
|
f0fab1c431
|
Added rest-client gem dependency when running tests
|
2012-03-16 11:12:10 +01:00 |
|
antisnatchor
|
e1652bf52e
|
Added sinatra dependency to bundler Gemfile
|
2012-03-11 10:51:43 +01:00 |
|
antisnatchor
|
105d2c523b
|
Fix Windows installation problems: added additional missing checks and specific eventmachine version
|
2012-01-18 22:03:50 +01:00 |
|
Wade Alcorn
|
17f906c7da
|
Removed librex as it is included as part of msfrpc-client
|
2012-01-17 11:36:55 +10:00 |
|
Wade Alcorn
|
64e1445ae3
|
Moved msfrpc-client out of test
|
2012-01-16 23:49:27 +10:00 |
|
Wade Alcorn
|
2e2f0f66bc
|
Re-added the loading of the unit test library
|
2012-01-16 23:46:53 +10:00 |
|
Wade Alcorn
|
dd6f7496ad
|
Added some install comments
|
2012-01-12 20:55:02 +10:00 |
|
Wade Alcorn
|
e064b330dc
|
Added new testing gems
|
2012-01-12 20:44:50 +10:00 |
|
Wade Alcorn
|
250140f52f
|
The win32console gem is now only installed on windows.
Fixes issue #553
https://github.com/beefproject/beef/issues/553
|
2012-01-11 22:05:56 +10: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 |
|