this exploit always uses an exe, so default EXITFUNC to process so we don't leave processes lying around

git-svn-id: file:///home/svn/framework3/trunk@7950 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2009-12-23 01:29:16 +00:00
parent 0708798598
commit b933f49ec3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class Metasploit3 < Msf::Exploit::Remote
'Privileged' => true,
'DefaultOptions' =>
{
'EXITFUNC' => 'thread'
'EXITFUNC' => 'process'
},
'References' =>
[