From 0c5da2902b20e71893e694eb94414d8850561813 Mon Sep 17 00:00:00 2001 From: Berun Date: Thu, 10 Sep 2020 11:04:06 +0200 Subject: [PATCH] Update technologies.json Removing versiondetect for the Apache-Coyote Header because its producing false versionnumbers. --- src/technologies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 6806d9a7c..bd2af94f9 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1078,7 +1078,7 @@ ], "cpe": "cpe:/a:apache:tomcat", "headers": { - "Server": "^Apache-Coyote(?:/([\\d.]+))?\\;version:\\1", + "Server": "^Apache-Coyote(?:/([\\d.]+))?\\;version:\\1\\;confidence:50", "X-Powered-By": "\\bTomcat\\b(?:-([\\d.]+))?\\;version:\\1" }, "icon": "Apache Tomcat.svg",