From 5c34cce14a364439bbb0afe8bc076672d82869b9 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Fri, 2 Apr 2010 15:38:11 +0000 Subject: [PATCH] add note about possibly incorrect references git-svn-id: file:///home/svn/framework3/trunk@8978 4d416f70-5f16-0410-b530-b9f4589650da --- .../exploits/windows/misc/bigant_server_250.rb | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/modules/exploits/windows/misc/bigant_server_250.rb b/modules/exploits/windows/misc/bigant_server_250.rb index 7686cdb2b6..c4abb1eb1d 100644 --- a/modules/exploits/windows/misc/bigant_server_250.rb +++ b/modules/exploits/windows/misc/bigant_server_250.rb @@ -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