unstable
sinn3r 2011-12-03 22:00:48 -06:00
parent 2720572a37
commit 950b4a54a0
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ class Metasploit3 < Msf::Post
end
def exec_schtasks(cmdline, purpose)
cmdline = "/c #{cmdline.strip}"#&& echo SCHELEVATOR"
cmdline = "/c #{cmdline.strip} && echo SCHELEVATOR"
lns = cmd_exec('cmd.exe', cmdline)
success = false