Skip to content

Commit 627615d

Browse files
author
Brent Cook
committed
update to payloads 1.1.6
1 parent 3d99554 commit 627615d

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.5)
16+
metasploit-payloads (= 1.1.6)
1717
metasploit_data_models (= 1.3.0)
1818
msgpack
1919
network_interface (~> 0.0.1)
@@ -130,7 +130,7 @@ GEM
130130
activemodel (>= 4.0.9, < 4.1.0)
131131
activesupport (>= 4.0.9, < 4.1.0)
132132
railties (>= 4.0.9, < 4.1.0)
133-
metasploit-payloads (1.1.5)
133+
metasploit-payloads (1.1.6)
134134
metasploit_data_models (1.3.0)
135135
activerecord (>= 4.0.9, < 4.1.0)
136136
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.5'
73+
spec.add_runtime_dependency 'metasploit-payloads', '1.1.6'
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)