Include the Meterpreter bins

This commit is contained in:
Tod Beardsley 2014-06-19 16:04:40 -05:00
parent 2683ec53e1
commit 1b9d24ad0c
No known key found for this signature in database
GPG Key ID: 1EFFB682ADB9F193
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ gem 'activesupport', '>= 3.0.0', '< 4.0.0'
gem 'bcrypt'
# Needed for some admin modules (scrutinizer_add_user.rb)
gem 'json'
# Needed for Meterpreter on Windows, soon others.
gem 'meterpreter_bins', '0.0.6'
# Needed by msfgui and other rpc components
gem 'msgpack'
# Needed by anemone crawler

View File

@ -26,6 +26,7 @@ GEM
activerecord (>= 3.2.13)
activesupport
pg
meterpreter_bins (0.0.6)
mini_portile (0.5.1)
msgpack (0.5.5)
multi_json (1.0.4)
@ -70,6 +71,7 @@ DEPENDENCIES
fivemat (= 1.2.1)
json
metasploit_data_models (~> 0.17.0)
meterpreter_bins (= 0.0.6)
msgpack
network_interface (~> 0.0.1)
nokogiri