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:
parent
5499b68e02
commit
ee74bb3c5b
@ -87,8 +87,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
print_status("#{peer} - Exploiting...")
|
||||
execute_cmdstager(
|
||||
:flavor => :echo,
|
||||
:linemax => 200,
|
||||
:concat_operator => ' ; '
|
||||
:linemax => 200
|
||||
)
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user