If no badchars, no need to specify.
parent
4c9b8d4567
commit
89ddedf773
|
@ -48,11 +48,10 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => 'process',
|
||||
'InitialAutoRunScript' => 'migrate -f',
|
||||
'InitialAutoRunScript' => 'migrate -f'
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
'BadChars' => "",
|
||||
'Space' => 1000,
|
||||
},
|
||||
'Platform' => 'win',
|
||||
|
|
Loading…
Reference in New Issue