mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
Update to the latest meterpreter_bins
This removes checked-in sniffer extension in favor of the gem-packaged version. It also pulls in the changes for verifying #4411
This commit is contained in:
parent
d8743ea32b
commit
ce87b126c1
@ -9,7 +9,7 @@ PATH
|
||||
json
|
||||
metasploit-concern (~> 0.3.0)
|
||||
metasploit-model (~> 0.28.0)
|
||||
meterpreter_bins (= 0.0.12)
|
||||
meterpreter_bins (= 0.0.13)
|
||||
msgpack
|
||||
nokogiri
|
||||
packetfu (= 1.1.9)
|
||||
@ -132,7 +132,7 @@ GEM
|
||||
pg
|
||||
railties (< 4.0.0)
|
||||
recog (~> 1.0)
|
||||
meterpreter_bins (0.0.12)
|
||||
meterpreter_bins (0.0.13)
|
||||
method_source (0.8.2)
|
||||
mime-types (1.25.1)
|
||||
mini_portile (0.6.2)
|
||||
|
Binary file not shown.
Binary file not shown.
@ -64,7 +64,7 @@ Gem::Specification.new do |spec|
|
||||
# are needed when there's no database
|
||||
spec.add_runtime_dependency 'metasploit-model', '~> 0.28.0'
|
||||
# Needed for Meterpreter on Windows, soon others.
|
||||
spec.add_runtime_dependency 'meterpreter_bins', '0.0.12'
|
||||
spec.add_runtime_dependency 'meterpreter_bins', '0.0.13'
|
||||
# Needed by msfgui and other rpc components
|
||||
spec.add_runtime_dependency 'msgpack'
|
||||
# Needed by anemone crawler
|
||||
|
Loading…
Reference in New Issue
Block a user