Skip to content

Commit 9ad99ed

Browse files
committed
I am a git genius
1 parent 0329cae commit 9ad99ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/msf/core/exploit/powershell.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ def initialize(info = {})
88
super
99
register_options(
1010
[
11-
OptBool.new('PSH::PERSIST', [true, 'Run the payload in a loop', false]),
12-
OptBool.new('PSH::OLD_METHOD', [true, 'Use powershell 1.0', false]),
13-
OptBool.new('PSH::RUN_WOW64', [
11+
OptBool.new('PERSIST', [true, 'Run the payload in a loop', false]),
12+
OptBool.new('PSH_OLD_METHOD', [true, 'Use powershell 1.0', false]),
13+
OptBool.new('RUN_WOW64', [
1414
true,
1515
'Execute powershell in 32bit compatibility mode, payloads need native arch',
1616
false

0 commit comments

Comments
 (0)