added patch from joshua taylor.

git-svn-id: file:///home/svn/framework3/trunk@13698 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2011-09-06 19:58:40 +00:00
parent 819e673b88
commit 6f28911d3d
4 changed files with 4 additions and 4 deletions

View File

@ -44,7 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote
[
[ 'Automatic Target', { } ]
],
'Privileged' => 'true',
'Privileged' => true,
'Platform' => 'php',
'Arch' => ARCH_PHP,
'DisclosureDate' => 'Nov 6 2010',

View File

@ -44,7 +44,7 @@ class Metasploit3 < Msf::Exploit::Remote
}
]
],
'Privileged' => 'true',
'Privileged' => true,
'Platform' => 'win',
'DefaultTarget' => 0,
'DisclosureDate' => 'Jul 26 2010'))

View File

@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
}
]
],
'Privileged' => 'true',
'Privileged' => true,
'Platform' => 'win',
'DefaultTarget' => 0,
'DisclosureDate' => 'Apr 28 2009'))

View File

@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
}
]
],
'Privileged' => 'true',
'Privileged' => true,
'Platform' => 'win',
'DisclosureDate' => 'Jul 13 2010',
'DefaultTarget' => 0))