Fix usage of :concat_operator operator

This commit is contained in:
jvazquez-r7 2014-06-20 11:27:23 -05:00
parent 06974701cf
commit 33eaf643aa
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class Metasploit3 < Msf::Exploit::Remote
print_status("#{peer} - Exploiting...")
execute_cmdstager(
:linemax => 200,
:concator => "&&"
:concat_operator => " && "
)
end