echo stager, arch_cmd
parent
76ed9bcf86
commit
894af92b22
|
@ -156,7 +156,8 @@ class CmdStagerEcho < CmdStagerBase
|
|||
end
|
||||
|
||||
def cmd_concat_operator
|
||||
" ; "
|
||||
#" ; "
|
||||
" && "
|
||||
end
|
||||
|
||||
end
|
||||
|
|
|
@ -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' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue