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
James Lee 2012-02-21 22:41:05 -07:00
parent 72038df7b5
commit 7ca573a1b4
2 changed files with 4 additions and 2 deletions

View File

@ -41,7 +41,8 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'OSVDB', '14047' ],
],
'Privileged' => false,
'Platform' => ['unix', 'solaris'],
'Platform' => ['unix'],
'Arch' => ARCH_CMD,
'Payload' =>
{
'Space' => 512,

View File

@ -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,