Fix usage of :concat_operator operator
parent
06974701cf
commit
33eaf643aa
|
@ -83,7 +83,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
print_status("#{peer} - Exploiting...")
|
||||
execute_cmdstager(
|
||||
:linemax => 200,
|
||||
:concator => "&&"
|
||||
:concat_operator => " && "
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue