[Openvas-commits] r3479 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue May 26 14:53:47 CEST 2009
Author: mwiegand
Date: 2009-05-26 14:53:44 +0200 (Tue, 26 May 2009)
New Revision: 3479
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/cvsweb_version.nasl
trunk/openvas-plugins/scripts/frontpage_overflow.nasl
trunk/openvas-plugins/scripts/iis5_printer.nasl
trunk/openvas-plugins/scripts/ike-scan.nasl
Log:
Removing French family names. Part 6, manually removing the family names
the script missed.
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2009-05-26 12:39:50 UTC (rev 3478)
+++ trunk/openvas-plugins/ChangeLog 2009-05-26 12:53:44 UTC (rev 3479)
@@ -1,5 +1,14 @@
2009-05-26 Michael Wiegand <michael.wiegand at intevation.de>
+ Removing French family names. Part 6, manually removing the family names
+ the script missed.
+
+ * scripts/cvsweb_version.nasl, scripts/iis5_printer.nasl,
+ scripts/frontpage_overflow.nasl, scripts/ike-scan.nasl:
+ Removed "francais" part from script_family.
+
+2009-05-26 Michael Wiegand <michael.wiegand at intevation.de>
+
Removing French family names. The script which did most of the work
generously provided by Markus Schröder. Part 5.
Modified: trunk/openvas-plugins/scripts/cvsweb_version.nasl
===================================================================
--- trunk/openvas-plugins/scripts/cvsweb_version.nasl 2009-05-26 12:39:50 UTC (rev 3478)
+++ trunk/openvas-plugins/scripts/cvsweb_version.nasl 2009-05-26 12:53:44 UTC (rev 3479)
@@ -56,8 +56,7 @@
script_copyright(english:"This script is Copyright (C) 2000 SecuriTeam",
francais:"Ce script est Copyright (C) 2000 SecuriTeam");
family["english"] = "CGI abuses";
- script_family(english:family["english"],
- francais:family["francais"]);
+ script_family(english:family["english"]);
script_dependencie("find_service.nes", "http_version.nasl");
script_require_ports("Services/www", 80);
exit(0);
Modified: trunk/openvas-plugins/scripts/frontpage_overflow.nasl
===================================================================
--- trunk/openvas-plugins/scripts/frontpage_overflow.nasl 2009-05-26 12:39:50 UTC (rev 3478)
+++ trunk/openvas-plugins/scripts/frontpage_overflow.nasl 2009-05-26 12:53:44 UTC (rev 3479)
@@ -34,8 +34,7 @@
script_category(ACT_DESTRUCTIVE_ATTACK);
script_copyright(english:"This script is Copyright (C) 2001 John Lampe");
family["english"] = "Gain root remotely";
- script_family(english:family["english"],
- francais:family["francais"]);
+ script_family(english:family["english"]);
script_dependencie("find_service.nes", "http_version.nasl", "www_fingerprinting_hmap.nasl");
script_require_ports("Services/www", 80);
exit(0);
Modified: trunk/openvas-plugins/scripts/iis5_printer.nasl
===================================================================
--- trunk/openvas-plugins/scripts/iis5_printer.nasl 2009-05-26 12:39:50 UTC (rev 3478)
+++ trunk/openvas-plugins/scripts/iis5_printer.nasl 2009-05-26 12:53:44 UTC (rev 3479)
@@ -47,8 +47,7 @@
# Family
family["english"] = "Gain root remotely";
- script_family(english:family["english"],
- francais:family["francais"]);
+ script_family(english:family["english"]);
# Copyright
script_copyright(english:"This script is Copyright (C) 2001 John Lampe",
Modified: trunk/openvas-plugins/scripts/ike-scan.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ike-scan.nasl 2009-05-26 12:39:50 UTC (rev 3478)
+++ trunk/openvas-plugins/scripts/ike-scan.nasl 2009-05-26 12:53:44 UTC (rev 3479)
@@ -57,7 +57,6 @@
script_summary(english:summary["english"]);
script_category(ACT_SCANNER);
family["english"] = "Port scanners";
- family["francais"] = "Scanners de ports";
script_family(english:family["english"]);
copyright = "(c) Tim Brown and Vlatko Kosturjak, 2008";
script_copyright(english:copyright);
More information about the Openvas-commits
mailing list