[Openvas-commits] r6056 - trunk/openvas-plugins/scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Thu Dec 3 22:07:42 CET 2009
Author: reinke
Date: 2009-12-03 22:07:40 +0100 (Thu, 03 Dec 2009)
New Revision: 6056
Modified:
trunk/openvas-plugins/scripts/gb_typsoft_ftp_server_dos_vuln.nasl
Log:
Modified: trunk/openvas-plugins/scripts/gb_typsoft_ftp_server_dos_vuln.nasl
===================================================================
--- trunk/openvas-plugins/scripts/gb_typsoft_ftp_server_dos_vuln.nasl 2009-12-03 14:52:01 UTC (rev 6055)
+++ trunk/openvas-plugins/scripts/gb_typsoft_ftp_server_dos_vuln.nasl 2009-12-03 21:07:40 UTC (rev 6056)
@@ -65,7 +65,7 @@
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (C) 2009 Greenbone Networks GmbH");
script_family("Denial of Service");
- script_dependencies("secpod_typsoft_ftp_detect.nasl");
+ script_dependencies("gb_typsoft_ftp_detect.nasl");
script_require_ports("Services/ftp", 21);
script_require_keys("TYPSoft/FTP/Ver");
exit(0);
More information about the Openvas-commits
mailing list