Skip to content

Commit 866636b

Browse files
author
Brent Cook
committed
Land rapid7/metasploit-payloads#33, fix running android meterpreter without a context
1 parent f3451ee commit 866636b

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
@@ -10,7 +10,7 @@ PATH
1010
metasm (~> 1.0.2)
1111
metasploit-concern (= 1.0.0)
1212
metasploit-model (= 1.0.0)
13-
metasploit-payloads (= 1.0.14)
13+
metasploit-payloads (= 1.0.15)
1414
msgpack
1515
nokogiri
1616
packetfu (= 1.1.11)
@@ -125,7 +125,7 @@ GEM
125125
activemodel (>= 4.0.9, < 4.1.0)
126126
activesupport (>= 4.0.9, < 4.1.0)
127127
railties (>= 4.0.9, < 4.1.0)
128-
metasploit-payloads (1.0.14)
128+
metasploit-payloads (1.0.15)
129129
metasploit_data_models (1.2.5)
130130
activerecord (>= 4.0.9, < 4.1.0)
131131
activesupport (>= 4.0.9, < 4.1.0)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Gem::Specification.new do |spec|
6363
# are needed when there's no database
6464
spec.add_runtime_dependency 'metasploit-model', '1.0.0'
6565
# Needed for Meterpreter
66-
spec.add_runtime_dependency 'metasploit-payloads', '1.0.14'
66+
spec.add_runtime_dependency 'metasploit-payloads', '1.0.15'
6767
# Needed by msfgui and other rpc components
6868
spec.add_runtime_dependency 'msgpack'
6969
# Needed by anemone crawler

0 commit comments

Comments
 (0)