Skip to content

Commit 4848c70

Browse files
author
Brent Cook
committed
Land rapid7#6357, allow tunneling reverse_tcp meterpreter sessions without 'route add'
Also removes the limit of 127.0.0.1 as a host address.
2 parents 9063ee4 + 9bbf2af commit 4848c70

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
@@ -14,7 +14,7 @@ PATH
1414
metasploit-credential (= 1.0.1)
1515
metasploit-model (= 1.0.0)
1616
metasploit-payloads (= 1.0.19)
17-
metasploit_data_models (= 1.2.9)
17+
metasploit_data_models (= 1.2.10)
1818
msgpack
1919
network_interface (~> 0.0.1)
2020
nokogiri
@@ -125,7 +125,7 @@ GEM
125125
activesupport (>= 4.0.9, < 4.1.0)
126126
railties (>= 4.0.9, < 4.1.0)
127127
metasploit-payloads (1.0.19)
128-
metasploit_data_models (1.2.9)
128+
metasploit_data_models (1.2.10)
129129
activerecord (>= 4.0.9, < 4.1.0)
130130
activesupport (>= 4.0.9, < 4.1.0)
131131
arel-helpers

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Gem::Specification.new do |spec|
6363
# Metasploit::Credential database models
6464
spec.add_runtime_dependency 'metasploit-credential', '1.0.1'
6565
# Database models shared between framework and Pro.
66-
spec.add_runtime_dependency 'metasploit_data_models', '1.2.9'
66+
spec.add_runtime_dependency 'metasploit_data_models', '1.2.10'
6767
# Things that would normally be part of the database model, but which
6868
# are needed when there's no database
6969
spec.add_runtime_dependency 'metasploit-model', '1.0.0'

0 commit comments

Comments
 (0)