Skip to content

Commit 9fea3d7

Browse files
author
Brent Cook
committed
update to metasploit-payloads 1.0.3
1 parent 6a0a410 commit 9fea3d7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ PATH
99
json
1010
metasploit-concern (~> 1.0)
1111
metasploit-model (~> 1.0)
12-
metasploit-payloads (= 1.0.2)
12+
metasploit-payloads (= 1.0.3)
1313
msgpack
1414
nokogiri
1515
packetfu (= 1.1.9)
@@ -123,7 +123,7 @@ GEM
123123
activemodel (>= 4.0.9, < 4.1.0)
124124
activesupport (>= 4.0.9, < 4.1.0)
125125
railties (>= 4.0.9, < 4.1.0)
126-
metasploit-payloads (1.0.2)
126+
metasploit-payloads (1.0.3)
127127
metasploit_data_models (1.2.3)
128128
activerecord (>= 4.0.9, < 4.1.0)
129129
activesupport (>= 4.0.9, < 4.1.0)

metasploit-framework.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ Gem::Specification.new do |spec|
6262
# Things that would normally be part of the database model, but which
6363
# are needed when there's no database
6464
spec.add_runtime_dependency 'metasploit-model', '~> 1.0'
65-
# Needed for Meterpreter on Windows, soon others.
66-
spec.add_runtime_dependency 'metasploit-payloads', '1.0.2'
65+
# Needed for Meterpreter
66+
spec.add_runtime_dependency 'metasploit-payloads', '1.0.3'
6767
# Needed by msfgui and other rpc components
6868
spec.add_runtime_dependency 'msgpack'
6969
# Needed by anemone crawler

0 commit comments

Comments
 (0)