[Openvas-commits] r3399 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon May 18 10:31:43 CEST 2009
Author: chandra
Date: 2009-05-18 10:31:42 +0200 (Mon, 18 May 2009)
New Revision: 3399
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/conficker.nasl
trunk/openvas-plugins/scripts/msrpc_dcom.nasl
Log:
Updated ms03-026 hotfix and removed conficker debug msg.
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-05-18 08:21:46 UTC (rev 3398)
+++ trunk/openvas-plugins/ChangeLog 2009-05-18 08:31:42 UTC (rev 3399)
@@ -1,3 +1,8 @@
+2009-05-18 Chandan S <schandan at secpod.com>
+ * scripts/msrpc_dcom.nasl,
+ scripts/conficker.nasl:
+ Updated ms03-026 hotfix check and removed debug msg in conficker.
+
2009-05-18 Chandrashekhar B <bchandra at secpod.com>
* scripts/secpod_vmware_prdts_mult_vuln_win_apr09.nasl,
scripts/secpod_vmware_prdts_mult_vuln_lin_apr09.nasl:
Modified: trunk/openvas-plugins/scripts/conficker.nasl
===================================================================
--- trunk/openvas-plugins/scripts/conficker.nasl 2009-05-18 08:21:46 UTC (rev 3398)
+++ trunk/openvas-plugins/scripts/conficker.nasl 2009-05-18 08:31:42 UTC (rev 3399)
@@ -229,7 +229,6 @@
resp = smb_recv(socket:soc, length:1024);
close(soc);
-security_note(data:"resp " + strlen(resp));
if(strlen(resp) < 100){
exit(0);
}
Modified: trunk/openvas-plugins/scripts/msrpc_dcom.nasl
===================================================================
--- trunk/openvas-plugins/scripts/msrpc_dcom.nasl 2009-05-18 08:21:46 UTC (rev 3398)
+++ trunk/openvas-plugins/scripts/msrpc_dcom.nasl 2009-05-18 08:31:42 UTC (rev 3399)
@@ -32,6 +32,7 @@
http://www.microsoft.com/technet/security/bulletin/MS04-012.mspx
http://www.microsoft.com/technet/security/bulletin/MS05-012.mspx
http://www.microsoft.com/technet/security/bulletin/MS05-051.mspx
+ http://www.microsoft.com/technet/security/bulletin/MS06-018.mspx
Risk factor : High";
@@ -79,7 +80,7 @@
exit(0);
}
-# Check for Hotfix 824146 (MS03-026)
-if(hotfix_missing(name:"824146") == 1){
+# Check for Hotfix 823980 (MS03-026)
+if(hotfix_missing(name:"823980") == 1){
security_hole(get_kb_item("SMB/transport"));
}
More information about the Openvas-commits
mailing list