change exitfunc to thread

bug/bundler_fix
Christian Mehlmauer 2015-09-01 10:42:15 +02:00
parent 80a22412d9
commit 648c034d17
No known key found for this signature in database
GPG Key ID: BCFF4FA966BC32C7
23 changed files with 23 additions and 23 deletions

View File

@ -30,7 +30,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Payload' =>
{

View File

@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
{
'WfsDelay' => 300, #5 minutes
'DisablePayloadHandler' => 'false',
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -41,7 +41,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => ['linux'],
'Arch' => ARCH_X86,

View File

@ -31,7 +31,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Payload' =>
{

View File

@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Payload' =>
{

View File

@ -38,7 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => 'php',
'Arch' => ARCH_PHP,

View File

@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => 'php',
'Arch' => ARCH_PHP,

View File

@ -38,7 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => 'php',
'Arch' => ARCH_PHP,

View File

@ -38,7 +38,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => %w{ linux php },
'Targets' =>

View File

@ -37,7 +37,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => 'php',
'Arch' => ARCH_PHP,

View File

@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -42,7 +42,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Arch' => ARCH_PHP,
'Platform' => ['php'],

View File

@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => %w{ java linux win },
'Targets' =>

View File

@ -44,7 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => %w{ linux unix },
'Arch' => ARCH_CMD,

View File

@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
],
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => 'unix',
'Arch' => ARCH_CMD,

View File

@ -37,7 +37,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -42,7 +42,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => 'unix',
'Arch' => ARCH_CMD,

View File

@ -37,7 +37,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => ['php'],
'Arch' => ARCH_PHP,

View File

@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => 'win',
'Targets' =>

View File

@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => 'win',
'Targets' =>

View File

@ -39,7 +39,7 @@ class Metasploit3 < Msf::Exploit::Remote
},
'DefaultOptions' =>
{
'EXITFUNC' => "none"
'EXITFUNC' => "thread"
},
'Platform' => 'win',
'Targets' =>