diff --git a/lib/msf/core/exploit/powershell.rb b/lib/msf/core/exploit/powershell.rb index b1444680e7..7ac22050a3 100644 --- a/lib/msf/core/exploit/powershell.rb +++ b/lib/msf/core/exploit/powershell.rb @@ -80,7 +80,7 @@ module Exploit::Powershell # Runs powershell in hidden window raising interactive proc msg # def run_hidden_psh(ps_code,ps_bin='powershell.exe') - ps_args = "-w hidden -nop -ep bypass -e #{ compress_script(ps_code) }" + ps_args = "-w hidden -nop -e #{ compress_script(ps_code) }" ps_wrapper = <