refactor: remove predefined cmd stager flavor, increase linemax

GSoC/Meterpreter_Web_Console
phra 2018-05-19 15:55:11 +02:00
parent d239fb17db
commit c9ab44234a
No known key found for this signature in database
GPG Key ID: 91FF93D1B85D76B5
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ class MetasploitModule < Msf::Exploit::Remote
when 'linux'
execute_cmdstager
when 'windows'
execute_cmdstager(flavor: :certutil, linemax: 10000)
execute_cmdstager(linemax: 20000)
end
end