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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Mar 4 12:48:25 CET 2009


Author: kost
Date: 2009-03-04 12:48:23 +0100 (Wed, 04 Mar 2009)
New Revision: 2659

Modified:
   trunk/openvas-plugins/ChangeLog
   trunk/openvas-plugins/scripts/tftpd_detect.nasl
Log:
removed safety line - exit(0) - due to hang/freeze



Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog	2009-03-04 11:46:42 UTC (rev 2658)
+++ trunk/openvas-plugins/ChangeLog	2009-03-04 11:48:23 UTC (rev 2659)
@@ -1,5 +1,9 @@
 2009-03-04 Vlatko Kosturjak <kost at linux.hr>
 	* scripts/tftpd_detect.nasl:
+	removed safety line - exit(0) - due to hang/freeze
+
+2009-03-04 Vlatko Kosturjak <kost at linux.hr>
+	* scripts/tftpd_detect.nasl:
 	Added new script for TFTP detection
 
 2009-03-04  Felix Wolfsteller <felix.wolfsteller at intevation.de>

Modified: trunk/openvas-plugins/scripts/tftpd_detect.nasl
===================================================================
--- trunk/openvas-plugins/scripts/tftpd_detect.nasl	2009-03-04 11:46:42 UTC (rev 2658)
+++ trunk/openvas-plugins/scripts/tftpd_detect.nasl	2009-03-04 11:48:23 UTC (rev 2659)
@@ -79,8 +79,6 @@
 port=69;
 rndfile="nonexistant-"+rand_str();
 
-exit (0);
-
 # test valid modes according to RFC-783 
 tftp_grab (port:port, file:rndfile, mode:"netascii");
 tftp_grab (port:port, file:rndfile, mode:"octet");



More information about the Openvas-commits mailing list