Skip to content

Commit 307e565

Browse files
author
Brent Cook
committed
Land rapid7/metasploit-payloads#98, Fix python meterpreter reverse_tcp reconnect.
1 parent f9af844 commit 307e565

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
1515
metasploit-model
16-
metasploit-payloads (= 1.1.10)
16+
metasploit-payloads (= 1.1.11)
1717
metasploit_data_models
1818
msgpack
1919
network_interface
@@ -140,7 +140,7 @@ GEM
140140
activemodel (~> 4.2.6)
141141
activesupport (~> 4.2.6)
142142
railties (~> 4.2.6)
143-
metasploit-payloads (1.1.10)
143+
metasploit-payloads (1.1.11)
144144
metasploit_data_models (2.0.0)
145145
activerecord (~> 4.2.6)
146146
activesupport (~> 4.2.6)

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'
7272
# Needed for Meterpreter
73-
spec.add_runtime_dependency 'metasploit-payloads', '1.1.10'
73+
spec.add_runtime_dependency 'metasploit-payloads', '1.1.11'
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)