Fix exitfunc option name

unstable
HD Moore 2012-01-27 09:15:31 -06:00
parent 298b94d397
commit b4e2228404
1 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'ExitFunction' => "process",
'EXITFUNC' => "process",
'InitialAutoRunScript' => 'migrate -f',
},
'Platform' => 'win',