Skip to content

Commit d6c7ac5

Browse files
author
Brent Cook
committed
Fix interactive shell with Windows Meterpreter
see rapid7/metasploit-payloads#105
1 parent afbeb2b commit d6c7ac5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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-concern
1515
metasploit-credential
1616
metasploit-model
17-
metasploit-payloads (= 1.1.11)
17+
metasploit-payloads (= 1.1.12)
1818
metasploit_data_models
1919
msgpack
2020
network_interface
@@ -150,7 +150,7 @@ GEM
150150
activemodel (~> 4.2.6)
151151
activesupport (~> 4.2.6)
152152
railties (~> 4.2.6)
153-
metasploit-payloads (1.1.11)
153+
metasploit-payloads (1.1.12)
154154
metasploit_data_models (2.0.0)
155155
activerecord (~> 4.2.6)
156156
activesupport (~> 4.2.6)

metasploit-framework.gemspec

Lines changed: 2 additions & 2 deletions
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.11'
73+
spec.add_runtime_dependency 'metasploit-payloads', '1.1.12'
7474
# Needed by msfgui and other rpc components
7575
spec.add_runtime_dependency 'msgpack'
7676
# get list of network interfaces, like eth* from OS.
@@ -116,7 +116,7 @@ Gem::Specification.new do |spec|
116116
spec.add_runtime_dependency 'rex-registry'
117117
# Library for parsing Java serialized streams
118118
spec.add_runtime_dependency 'rex-java'
119-
119+
120120
# rb-readline doesn't work with Ruby Installer due to error with Fiddle:
121121
# NoMethodError undefined method `dlopen' for Fiddle:Module
122122
unless Gem.win_platform?

0 commit comments

Comments
 (0)