Skip to content

Commit 1a0bdf3

Browse files
committed
Retab lib
1 parent 479664b commit 1a0bdf3

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
@@ -7,9 +7,9 @@ module Exploit::Powershell
77
def initialize(info = {})
88
super
99
register_options(
10-
[
11-
OptBool.new('PERSIST', [true, 'Run the payload in a loop', false]),
12-
OptBool.new('PSH_OLD_METHOD', [true, 'Use powershell 1.0', false]),
10+
[
11+
OptBool.new('PERSIST', [true, 'Run the payload in a loop', false]),
12+
OptBool.new('PSH_OLD_METHOD', [true, 'Use powershell 1.0', false]),
1313
OptBool.new('RUN_WOW64', [
1414
true,
1515
'Execute powershell in 32bit compatibility mode, payloads need native arch',

0 commit comments

Comments
 (0)