Skip to content

Commit 5208630

Browse files
author
Brent Cook
committed
bump to metasploit-payloads 1.0.4
1 parent f6ae1f4 commit 5208630

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
@@ -9,7 +9,7 @@ PATH
99
json
1010
metasploit-concern (~> 1.0)
1111
metasploit-model (~> 1.0)
12-
metasploit-payloads (= 1.0.3)
12+
metasploit-payloads (= 1.0.4)
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.3)
126+
metasploit-payloads (1.0.4)
127127
metasploit_data_models (1.2.5)
128128
activerecord (>= 4.0.9, < 4.1.0)
129129
activesupport (>= 4.0.9, < 4.1.0)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Gem::Specification.new do |spec|
6262
# are needed when there's no database
6363
spec.add_runtime_dependency 'metasploit-model', '~> 1.0'
6464
# Needed for Meterpreter
65-
spec.add_runtime_dependency 'metasploit-payloads', '1.0.3'
65+
spec.add_runtime_dependency 'metasploit-payloads', '1.0.4'
6666
# Needed by msfgui and other rpc components
6767
spec.add_runtime_dependency 'msgpack'
6868
# Needed by anemone crawler

0 commit comments

Comments
 (0)