Skip to content

Commit a6b7262

Browse files
committed
Updated to meterpreter_bins version 0.0.7
This has been a long time coming! Kiwi has been broken for a while and this updated fixes that problem. Details of the binaries build date/commits are in the gemspec in the main meterpreter_bins repo.
1 parent f0f5772 commit a6b7262

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
bcrypt
88
json
99
metasploit-model (~> 0.26.1)
10-
meterpreter_bins (= 0.0.6)
10+
meterpreter_bins (= 0.0.7)
1111
msgpack
1212
nokogiri
1313
packetfu (= 1.1.9)
@@ -78,7 +78,7 @@ GEM
7878
metasploit-concern (~> 0.1.0)
7979
metasploit-model (~> 0.26.1)
8080
pg
81-
meterpreter_bins (0.0.6)
81+
meterpreter_bins (0.0.7)
8282
method_source (0.8.2)
8383
mini_portile (0.6.0)
8484
msgpack (0.5.8)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Gem::Specification.new do |spec|
6161
# are needed when there's no database
6262
spec.add_runtime_dependency 'metasploit-model', '~> 0.26.1'
6363
# Needed for Meterpreter on Windows, soon others.
64-
spec.add_runtime_dependency 'meterpreter_bins', '0.0.6'
64+
spec.add_runtime_dependency 'meterpreter_bins', '0.0.7'
6565
# Needed by msfgui and other rpc components
6666
spec.add_runtime_dependency 'msgpack'
6767
# Needed by anemone crawler

0 commit comments

Comments
 (0)