[Openvas-commits] r11568 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Sep 6 09:55:54 CEST 2011
Author: hdoreau
Date: 2011-09-06 09:55:49 +0200 (Tue, 06 Sep 2011)
New Revision: 11568
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/cpe.inc
trunk/openvas-plugins/scripts/secpod_datatrack_system_detect.nasl
trunk/openvas-plugins/scripts/secpod_datatrack_system_mult_vuln.nasl
Log:
* scripts/cpe.inc, scripts/secpod_datatrack_system_detect.nasl,
scripts/secpod_datatrack_system_mult_vuln.nasl: Fixed typo in the KB
key [Mareike Piechowiak].
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2011-09-06 07:50:22 UTC (rev 11567)
+++ trunk/openvas-plugins/ChangeLog 2011-09-06 07:55:49 UTC (rev 11568)
@@ -1,5 +1,11 @@
2011-09-06 Henri Doreau <henri.doreau at greenbone.net>
+ * scripts/cpe.inc, scripts/secpod_datatrack_system_detect.nasl,
+ scripts/secpod_datatrack_system_mult_vuln.nasl: Fixed typo in the KB
+ key [Mareike Piechowiak].
+
+2011-09-06 Henri Doreau <henri.doreau at greenbone.net>
+
* scripts/base_36830.nasl, scripts/base_detect.nasl, scripts/cpe.inc:
Remove duplicate entry for BASE. Use the uppercase key everywhere.
[Mareike Piechowiak]
Modified: trunk/openvas-plugins/scripts/cpe.inc
===================================================================
--- trunk/openvas-plugins/scripts/cpe.inc 2011-09-06 07:50:22 UTC (rev 11567)
+++ trunk/openvas-plugins/scripts/cpe.inc 2011-09-06 07:55:49 UTC (rev 11568)
@@ -847,7 +847,7 @@
"www/*/OpenMairie/Open_Cimetiere", "^([0-9.]+)", "cpe:/a:openmairie:opencimetiere:",
"www/*/TaskFreak", "^([0-9.]+)", "cpe:/a:taskfreak:taskfreak%21:",
"www/*/Vmware/SSTC/Runtime", "^([0-9.]+)", "cpe:/a:vmware:tc_server:",
-"www/*/DataTrack_Ststem", "^([0-9.]+)", "cpe:/a:magnoware:datatrack_system:",
+"www/*/DataTrack_System", "^([0-9.]+)", "cpe:/a:magnoware:datatrack_system:",
"www/*/OCS_Inventory_NG", "^([0-9.]+)", "cpe:/a:ocsinventory-ng:ocs_inventory_ng:",
"www/*//HP/OVNNM/Ver", "^([0-9.]+)", "cpe:/a:hp:openview_network_node_manager:",
"Mathematica/Ver", "^([0-9.]+)", "cpe:/a:wolfram_research:mathematica:",
Modified: trunk/openvas-plugins/scripts/secpod_datatrack_system_detect.nasl
===================================================================
--- trunk/openvas-plugins/scripts/secpod_datatrack_system_detect.nasl 2011-09-06 07:50:22 UTC (rev 11567)
+++ trunk/openvas-plugins/scripts/secpod_datatrack_system_detect.nasl 2011-09-06 07:55:49 UTC (rev 11568)
@@ -61,7 +61,7 @@
if(dtsVer[1] != NULL)
{
## Set the KB value
- set_kb_item(name:"www/" + dtsPort + "/DataTrack_Ststem", value:dtsVer[1]);
+ set_kb_item(name:"www/" + dtsPort + "/DataTrack_System", value:dtsVer[1]);
security_note(data:"DataTrack System version " + dtsVer[1] +
" was detected on the host");
}
Modified: trunk/openvas-plugins/scripts/secpod_datatrack_system_mult_vuln.nasl
===================================================================
--- trunk/openvas-plugins/scripts/secpod_datatrack_system_mult_vuln.nasl 2011-09-06 07:50:22 UTC (rev 11567)
+++ trunk/openvas-plugins/scripts/secpod_datatrack_system_mult_vuln.nasl 2011-09-06 07:55:49 UTC (rev 11568)
@@ -87,7 +87,7 @@
}
## Confirm the application
-dtsVer = get_kb_item("www/" + dtsPort + "/DataTrack_Ststem");
+dtsVer = get_kb_item("www/" + dtsPort + "/DataTrack_System");
if(!dtsVer){
exit(0);
}
More information about the Openvas-commits
mailing list