Author: kost
Date: 2008-09-09 16:28:48 +0200 (Tue, 09 Sep 2008)
New Revision: 1311
Modified:
trunk/openvas-plugins/scripts/ike-scan.nasl
trunk/openvas-plugins/scripts/pnscan.nasl
trunk/openvas-plugins/scripts/portbunny.nasl
Log:
Added right script_ids
Modified: trunk/openvas-plugins/scripts/ike-scan.nasl
===================================================================
--- trunk/openvas-plugins/scripts/ike-scan.nasl 2008-09-09 13:25:56 UTC (rev
1310)
+++ trunk/openvas-plugins/scripts/ike-scan.nasl 2008-09-09 14:28:48 UTC (rev
1311)
@@ -3,7 +3,7 @@
# Distributed under GPL v2+
#
# TODO:
-# - script_id / oid
+# - script_oid
# - references to vulns
# - sign the script
@@ -14,7 +14,7 @@
if(description)
{
- script_id(99992);
+ script_id(80000);
script_version ("1.11");
name["english"] = "ike-scan (NASL wrapper)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/pnscan.nasl
===================================================================
--- trunk/openvas-plugins/scripts/pnscan.nasl 2008-09-09 13:25:56 UTC (rev
1310)
+++ trunk/openvas-plugins/scripts/pnscan.nasl 2008-09-09 14:28:48 UTC (rev
1311)
@@ -3,7 +3,7 @@
# Distributed under GPL v2+
#
# TODO:
-# - script_id / oid
+# - script_oid
# - report back banners grabbed
# - sign the script
#
@@ -14,7 +14,7 @@
if(description)
{
- script_id(99990);
+ script_id(80001);
script_version ("1.11");
name["english"] = "pnscan (NASL wrapper)";
script_name(english:name["english"]);
Modified: trunk/openvas-plugins/scripts/portbunny.nasl
===================================================================
--- trunk/openvas-plugins/scripts/portbunny.nasl 2008-09-09 13:25:56 UTC
(rev 1310)
+++ trunk/openvas-plugins/scripts/portbunny.nasl 2008-09-09 14:28:48 UTC
(rev 1311)
@@ -5,7 +5,7 @@
# TODO:
# - fix hang of portbunny UI
# - report back banners grabbed
-# - script_id / oid
+# - script_oid
# - sign the script
if ( ! defined_func("pread") || ! defined_func("fread") ||
@@ -15,7 +15,7 @@
if(description)
{
- script_id(99991);
+ script_id(80002);
script_version ("1.11");
name["english"] = "portbunny (NASL wrapper)";
script_name(english:name["english"]);
_______________________________________________
Openvas-commits mailing list
[email protected]
http://lists.wald.intevation.org/mailman/listinfo/openvas-commits