Skip to content

Commit 1fe40d9

Browse files
author
Brent Cook
committed
update to metasploit-payloads 1.1.4
1 parent 242ea8d commit 1fe40d9

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
@@ -13,7 +13,7 @@ PATH
1313
metasploit-concern
1414
metasploit-credential (= 1.1.0)
1515
metasploit-model (= 1.1.0)
16-
metasploit-payloads (= 1.1.3)
16+
metasploit-payloads (= 1.1.4)
1717
metasploit_data_models (= 1.3.0)
1818
msgpack
1919
network_interface (~> 0.0.1)
@@ -124,7 +124,7 @@ GEM
124124
activemodel (>= 4.0.9, < 4.1.0)
125125
activesupport (>= 4.0.9, < 4.1.0)
126126
railties (>= 4.0.9, < 4.1.0)
127-
metasploit-payloads (1.1.3)
127+
metasploit-payloads (1.1.4)
128128
metasploit_data_models (1.3.0)
129129
activerecord (>= 4.0.9, < 4.1.0)
130130
activesupport (>= 4.0.9, < 4.1.0)

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Gem::Specification.new do |spec|
7070
# are needed when there's no database
7171
spec.add_runtime_dependency 'metasploit-model', '1.1.0'
7272
# Needed for Meterpreter
73-
spec.add_runtime_dependency 'metasploit-payloads', '1.1.3'
73+
spec.add_runtime_dependency 'metasploit-payloads', '1.1.4'
7474
# Needed by msfgui and other rpc components
7575
spec.add_runtime_dependency 'msgpack'
7676
# get list of network interfaces, like eth* from OS.

0 commit comments

Comments
 (0)