add note about possibly incorrect references

git-svn-id: file:///home/svn/framework3/trunk@8978 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Joshua Drake 2010-04-02 15:38:11 +00:00
parent bf7b84c7e2
commit 5c34cce14a
1 changed files with 10 additions and 5 deletions

View File

@ -32,11 +32,15 @@ class Metasploit3 < Msf::Exploit::Remote
'Version' => '$Revision$',
'References' =>
[
[ 'URL', 'http://www.milw0rm.com/exploits/9673'],
#[ 'OSVDB', '' ],
#[ 'CVE', '' ],
#[ 'BID', '' ],
[ 'URL', 'http://www.exploit-db.com/exploits/9673' ],
[ 'URL', 'http://www.exploit-db.com/exploits/9690' ]
# It's not clear if these are correct - there was a fix for
# the v2.2 vuln back in Dec 2008
#[ 'C_VE', '2008-1914' ],
#[ 'O_SVDB', '44454' ],
#[ 'B_ID', '28795' ],
#[ 'U_RL', 'http://www.milw0rm.com/exploits/5451'],
],
'Privileged' => true,
'DefaultOptions' =>
@ -58,7 +62,8 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'Windows 2000 Pro All English', { 'Ret' => 0x75022ac4 } ], # p/p/r Tested OK (patrickw 20090918)
[ 'Windows XP Pro SP0/SP1 English', { 'Ret' => 0x71aa32ad } ], # Should Work
],
'DefaultTarget' => 0))
'DefaultTarget' => 0
'DisclosureDate' => 'Apr 13 2008'))
register_options([Opt::RPORT(6660)], self.class)
end