change exitfunc to thread
This commit is contained in:
@@ -31,7 +31,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => "thread"
|
||||
'EXITFUNC' => 'thread'
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
|
||||
@@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||
],
|
||||
'DefaultOptions' =>
|
||||
{
|
||||
'EXITFUNC' => "thread"
|
||||
'EXITFUNC' => 'thread'
|
||||
},
|
||||
'Payload' =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user