From 0ed2f464c635a789d8d61d0d4281ddf1e5107f40 Mon Sep 17 00:00:00 2001 From: kkadosh <32873649+kkadosh@users.noreply.github.com> Date: Sat, 29 Sep 2018 02:03:21 +0200 Subject: [PATCH] Fix IIS regex (#2460) * Fix IIS regex * Improve the regex to avoid FP * Fix regex --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 0319f1e05..299b06fe0 100644 --- a/src/apps.json +++ b/src/apps.json @@ -4295,7 +4295,7 @@ 22 ], "headers": { - "Server": "^IIS(?:/([\\d.]+))?\\;version:\\1" + "Server": "^(?:Microsoft-)?IIS(?:/([\\d.]+))?\\;version:\\1" }, "icon": "IIS.png", "implies": "Windows Server",