1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

The default concat operator should be ok

This commit is contained in:
jvazquez-r7 2015-03-22 02:05:02 -05:00
parent 5499b68e02
commit ee74bb3c5b
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83

View File

@ -87,8 +87,7 @@ class Metasploit3 < Msf::Exploit::Remote
print_status("#{peer} - Exploiting...")
execute_cmdstager(
:flavor => :echo,
:linemax => 200,
:concat_operator => ' ; '
:linemax => 200
)
end