echo stager, arch_cmd

bug/bundler_fix
Michael Messner 2014-06-13 11:40:50 +02:00
parent 76ed9bcf86
commit 894af92b22
2 changed files with 6 additions and 5 deletions

View File

@ -156,7 +156,8 @@ class CmdStagerEcho < CmdStagerBase
end
def cmd_concat_operator
" ; "
#" ; "
" && "
end
end

View File

@ -27,7 +27,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'License' => MSF_LICENSE,
'Platform' => ['linux'],
'Arch' => ARCH_MIPSLE,
'Arch' => ARCH_CMD,
'DefaultOptions' => { 'PAYLOAD' => 'generic/shell_bind_tcp' },
'References' =>
[