Skip to content

Commit 3ad4ff6

Browse files
David MaloneyDavid Maloney
authored andcommitted
try and hard lock rex-powershell version
remove this later when the issues with this gem release are addressed
1 parent ecce28e commit 3ad4ff6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ PATH
5858
rex-mime
5959
rex-nop
6060
rex-ole
61-
rex-powershell
61+
rex-powershell (< 0.1.73)
6262
rex-random_identifier
6363
rex-registry
6464
rex-rop_builder

metasploit-framework.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Gem::Specification.new do |spec|
136136
# Library for Generating Randomized strings valid as Identifiers such as variable names
137137
spec.add_runtime_dependency 'rex-random_identifier'
138138
# library for creating Powershell scripts for exploitation purposes
139-
spec.add_runtime_dependency 'rex-powershell'
139+
spec.add_runtime_dependency 'rex-powershell', ["< 0.1.73"]
140140
# Library for processing and creating Zip compatbile archives
141141
spec.add_runtime_dependency 'rex-zip'
142142
# Library for parsing offline Windows Registry files

0 commit comments

Comments
 (0)