Skip to content

Commit bfc7bfd

Browse files
author
Tod Beardsley
committed
Land rapid7#4179, Meterpreter_bins update
Actually fixes rapid7#3787 as well, since this is the last component needed to fix that. See rapid7/meterpreter#102 Also see rapid7/meterpreter_bins@055edde as this brings the shipping binaries up to day with 055eddeb
2 parents 54158c8 + fb751e3 commit bfc7bfd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
json
1010
metasploit-concern (~> 0.3.0)
1111
metasploit-model (~> 0.28.0)
12-
meterpreter_bins (= 0.0.10)
12+
meterpreter_bins (= 0.0.11)
1313
msgpack
1414
nokogiri
1515
packetfu (= 1.1.9)
@@ -132,7 +132,7 @@ GEM
132132
pg
133133
railties (< 4.0.0)
134134
recog (~> 1.0)
135-
meterpreter_bins (0.0.10)
135+
meterpreter_bins (0.0.11)
136136
method_source (0.8.2)
137137
mime-types (1.25.1)
138138
mini_portile (0.6.1)
@@ -212,7 +212,7 @@ GEM
212212
multi_json (~> 1.0)
213213
rack (~> 1.0)
214214
tilt (~> 1.1, != 1.3.0)
215-
sqlite3 (1.3.9)
215+
sqlite3 (1.3.10)
216216
thor (0.19.1)
217217
tilt (1.4.1)
218218
timecop (0.7.1)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Gem::Specification.new do |spec|
6565
# are needed when there's no database
6666
spec.add_runtime_dependency 'metasploit-model', '~> 0.28.0'
6767
# Needed for Meterpreter on Windows, soon others.
68-
spec.add_runtime_dependency 'meterpreter_bins', '0.0.10'
68+
spec.add_runtime_dependency 'meterpreter_bins', '0.0.11'
6969
# Needed by msfgui and other rpc components
7070
spec.add_runtime_dependency 'msgpack'
7171
# Needed by anemone crawler

0 commit comments

Comments
 (0)