I am a git genius

bug/bundler_fix
Meatballs 2013-07-29 17:01:57 +01:00
parent 0329caec5f
commit 9ad99ed4ca
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ module Exploit::Powershell
super
register_options(
[
OptBool.new('PSH::PERSIST', [true, 'Run the payload in a loop', false]),
OptBool.new('PSH::OLD_METHOD', [true, 'Use powershell 1.0', false]),
OptBool.new('PSH::RUN_WOW64', [
OptBool.new('PERSIST', [true, 'Run the payload in a loop', false]),
OptBool.new('PSH_OLD_METHOD', [true, 'Use powershell 1.0', false]),
OptBool.new('RUN_WOW64', [
true,
'Execute powershell in 32bit compatibility mode, payloads need native arch',
false