[Openvas-commits] r13766 - in trunk/openvas-plugins: . scripts

scm-commit at wald.intevation.org scm-commit at wald.intevation.org
Mon Jul 23 11:51:18 CEST 2012


Author: antu123
Date: 2012-07-23 11:51:18 +0200 (Mon, 23 Jul 2012)
New Revision: 13766

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/gb_wellintech_kingview_mult_vuln.nasl
Log:
Fixed FN issue, Updated the socket creation condition.

Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2012-07-20 15:52:49 UTC (rev 13765)
+++ trunk/openvas-plugins/ChangeLog	2012-07-23 09:51:18 UTC (rev 13766)
@@ -1,3 +1,8 @@
+2012-07-23  Antu Sanadi <santu at secpod.com>
+
+	* scripts/gb_wellintech_kingview_mult_vuln.nasl:
+	Fixed FN issue, Updated the socket creation condition.
+
 2012-07-20  Antu Sanadi <santu at secpod.com>
 
 	* scripts/gb_allmediaserver_req_handling_bof_vuln.nasl,

Modified: trunk/openvas-plugins/scripts/gb_wellintech_kingview_mult_vuln.nasl
===================================================================
--- trunk/openvas-plugins/scripts/gb_wellintech_kingview_mult_vuln.nasl	2012-07-20 15:52:49 UTC (rev 13765)
+++ trunk/openvas-plugins/scripts/gb_wellintech_kingview_mult_vuln.nasl	2012-07-23 09:51:18 UTC (rev 13766)
@@ -95,7 +95,7 @@
 
 ## Open the socket
 soc = open_sock_tcp(port);
-if(soc){
+if(!soc){
   exit(0);
 }
 



More information about the Openvas-commits mailing list