From 9bf72e5d0a5d6a2a736f3baf41c6d670c7f4b382 Mon Sep 17 00:00:00 2001 From: Mike Shade Date: Thu, 13 Apr 2017 12:41:53 -0400 Subject: [PATCH] Correct CentOS 6 osfinger map CentOS 6 reports as CentOS-6 rather than CentOS Linux-6 from osfinger grain --- apache/osfingermap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/osfingermap.yaml b/apache/osfingermap.yaml index 9b77b89..27873ec 100644 --- a/apache/osfingermap.yaml +++ b/apache/osfingermap.yaml @@ -6,7 +6,7 @@ Red Hat Enterprise Linux Server-6: version: '2.2' Red Hat Enterprise Linux Server-7: version: '2.4' -CentOS Linux-6: +CentOS-6: version: '2.2' CentOS Linux-7: version: '2.4'