From 439200da3c259cd51250a5a114211b35c81f800b Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 2 Sep 2021 18:02:49 +0530 Subject: [PATCH 1/2] Update craft-cms-detect.yaml --- technologies/craft-cms-detect.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/technologies/craft-cms-detect.yaml b/technologies/craft-cms-detect.yaml index ecdf4071dd..6eea460a62 100644 --- a/technologies/craft-cms-detect.yaml +++ b/technologies/craft-cms-detect.yaml @@ -19,6 +19,11 @@ requests: words: - 'X-Powered-By: Craft CMS' + - type: regex + part: header + regex: + - 'Set-Cookie: (Craft|CRAFT)' + - type: status status: - 200 From 7930444ec51a9924cbe8477bd32a768a83d1d201 Mon Sep 17 00:00:00 2001 From: Prince Chaddha Date: Thu, 2 Sep 2021 18:07:40 +0530 Subject: [PATCH 2/2] Update craft-cms-detect.yaml --- technologies/craft-cms-detect.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/technologies/craft-cms-detect.yaml b/technologies/craft-cms-detect.yaml index 6eea460a62..ffd1e49a96 100644 --- a/technologies/craft-cms-detect.yaml +++ b/technologies/craft-cms-detect.yaml @@ -13,6 +13,9 @@ requests: path: - '{{BaseURL}}' + redirects: true + max-redirects: 2 + matchers: - type: word part: header @@ -23,7 +26,3 @@ requests: part: header regex: - 'Set-Cookie: (Craft|CRAFT)' - - - type: status - status: - - 200