[Openvas-commits] r11632 - in trunk/openvas-plugins: . scripts
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Mon Sep 19 12:20:37 CEST 2011
Author: hdoreau
Date: 2011-09-19 12:20:33 +0200 (Mon, 19 Sep 2011)
New Revision: 11632
Modified:
trunk/openvas-plugins/ChangeLog
trunk/openvas-plugins/scripts/cpe.inc
Log:
* scripts/cpe.inc: Restored CPE entries for emesene and postfix, which
are not registered by NVTs.
Modified: trunk/openvas-plugins/ChangeLog
===================================================================
--- trunk/openvas-plugins/ChangeLog 2011-09-19 09:56:25 UTC (rev 11631)
+++ trunk/openvas-plugins/ChangeLog 2011-09-19 10:20:33 UTC (rev 11632)
@@ -1,5 +1,10 @@
2011-09-19 Henri Doreau <henri.doreau at gmail.com>
+ * scripts/cpe.inc: Restored CPE entries for emesene and postfix, which
+ are not registered by NVTs.
+
+2011-09-19 Henri Doreau <henri.doreau at gmail.com>
+
Decentralized registration of CPEs from within application detection
NVTs [Mareike Piechowiak].
Modified: trunk/openvas-plugins/scripts/cpe.inc
===================================================================
--- trunk/openvas-plugins/scripts/cpe.inc 2011-09-19 09:56:25 UTC (rev 11631)
+++ trunk/openvas-plugins/scripts/cpe.inc 2011-09-19 10:20:33 UTC (rev 11632)
@@ -161,6 +161,9 @@
"ssh/login/solosversion", "^([0-9.]+)", "cpe:/o:sun:solaris:", # What about Hardware type?
"ssh/login/release", "Mac OS X (10\.[0-9]+\.[0-9]+)", "cpe:/o:apple:mac_os_x:",
+"Banner/*", "220 .* ESMTP Postfix \(([.0-9]*)\)", "cpe:/a:postfix:postfix:",
+"emesene/ver", "^([0-9.]+)", "cpe:/a:emesene:emesene:",
+
# TODO register those CPEs from corresponding NVTs
"Tcptrack/Ver", "^([0-9.]+)", "cpe:/a:rhythm:tcptrack:",
"www/*/IBM/Open/Admin/Tool", "^([0-9.]+)", "cpe:/a:ibm:openadmin_tool:"
More information about the Openvas-commits
mailing list