--- smb_nt_ms02-009.nasl.orig Wed Mar 27 09:12:22 2002 +++ smb_nt_ms02-009.nasl Thu Apr 25 15:48:26 2002 @@ -26,6 +26,9 @@
See http://www.microsoft.com/technet/security/bulletin/ms02-009.asp +and: Microsoft Article +Q319847 MS02-009 May Cause Incompatibility Problems Between + VBScript and Third-Party Applications Risk factor : High"; @@ -58,11 +61,9 @@ item = "Version"; value = registry_get_sz(key:key, item:item); -# IE 6 installed, its 5.6 5,6,0,7302? -# ie 5.5 installed its 5.5 5,5,0,7302 -# if 5.1 installed its 5.1 5,1,0,7302? +#7302 was original ms02-009, 7426 is updated one -if(!("7302" >< value)) +if(!("7426" >< value)) { security_hole(port:0); exit(0); -- Michael Scheidell SECNAP Network Security, LLC (561) 368-9561 [EMAIL PROTECTED] http://www.secnap.net
