refactor: remove predefined cmd stager flavor, increase linemax
parent
d239fb17db
commit
c9ab44234a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue