Unbreak
git-svn-id: file:///home/svn/framework3/trunk@10561 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
425757a6e7
commit
bf2b4d199c
|
@ -40,7 +40,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
[ 'URL', 'http://archives.neohapsis.com/archives/hp/2002-q3/0064.html'],
|
||||
|
||||
],
|
||||
'Platform' => [ 'hpux' ],
|
||||
'Platform' => [ 'unix', 'hpux' ],
|
||||
'Arch' => ARCH_CMD,
|
||||
'Payload' =>
|
||||
{
|
||||
|
|
|
@ -33,7 +33,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
['URL', 'http://www.lsd-pl.net/code/IRIX/irx_lpsched.c'],
|
||||
],
|
||||
'Privileged' => false,
|
||||
'Platform' => ['irix'],
|
||||
'Platform' => ['unix', 'irix'],
|
||||
'Arch' => ARCH_CMD,
|
||||
'Payload' =>
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue