I am a git genius
parent
0329caec5f
commit
9ad99ed4ca
|
@ -8,9 +8,9 @@ module Exploit::Powershell
|
||||||
super
|
super
|
||||||
register_options(
|
register_options(
|
||||||
[
|
[
|
||||||
OptBool.new('PSH::PERSIST', [true, 'Run the payload in a loop', false]),
|
OptBool.new('PERSIST', [true, 'Run the payload in a loop', false]),
|
||||||
OptBool.new('PSH::OLD_METHOD', [true, 'Use powershell 1.0', false]),
|
OptBool.new('PSH_OLD_METHOD', [true, 'Use powershell 1.0', false]),
|
||||||
OptBool.new('PSH::RUN_WOW64', [
|
OptBool.new('RUN_WOW64', [
|
||||||
true,
|
true,
|
||||||
'Execute powershell in 32bit compatibility mode, payloads need native arch',
|
'Execute powershell in 32bit compatibility mode, payloads need native arch',
|
||||||
false
|
false
|
||||||
|
|
Loading…
Reference in New Issue