Give these two old modules a chance to work by setting a proper arch
These must have been broken for quite some time. =/ They should probably both be ARCH_PHP but I'm reluctant to make that big of a change without having the target software to test.unstable
parent
72038df7b5
commit
7ca573a1b4
|
@ -41,7 +41,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[ 'OSVDB', '14047' ],
|
||||
],
|
||||
'Privileged' => false,
|
||||
'Platform' => ['unix', 'solaris'],
|
||||
'Platform' => ['unix'],
|
||||
'Arch' => ARCH_CMD,
|
||||
'Payload' =>
|
||||
{
|
||||
'Space' => 512,
|
||||
|
|
|
@ -37,7 +37,8 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
['BID', '14088'],
|
||||
],
|
||||
'Privileged' => false,
|
||||
'Platform' => ['unix', 'solaris'],
|
||||
'Platform' => ['unix'],
|
||||
'Arch' => ARCH_CMD,
|
||||
'Payload' => {
|
||||
'Space' => 512,
|
||||
'DisableNops' => true,
|
||||
|
|
Loading…
Reference in New Issue