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' gem 'bcrypt'
# Needed for some admin modules (scrutinizer_add_user.rb) # Needed for some admin modules (scrutinizer_add_user.rb)
gem 'json' gem 'json'
# Needed for Meterpreter on Windows, soon others.
gem 'meterpreter_bins', '0.0.6'
# Needed by msfgui and other rpc components # Needed by msfgui and other rpc components
gem 'msgpack' gem 'msgpack'
# Needed by anemone crawler # Needed by anemone crawler

View File

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