From 3d7eea4fbbfd0e19a6909a979ccfb69fae2f4a9f Mon Sep 17 00:00:00 2001 From: Philippe Delteil Date: Tue, 29 Nov 2022 20:28:18 -0500 Subject: [PATCH] Update jenkins-detect.yaml - Solves false positive using https://alex-jenkins.tumblr.com (more general https://*x-jenkins.tumblr.com) - Tested on 50 targets, true positives remain. --- technologies/jenkins-detect.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technologies/jenkins-detect.yaml b/technologies/jenkins-detect.yaml index 92b47754b24..2138b6a26d2 100644 --- a/technologies/jenkins-detect.yaml +++ b/technologies/jenkins-detect.yaml @@ -26,7 +26,7 @@ requests: - type: word part: header words: - - "x-jenkins" + - "x-jenkins:" case-insensitive: true - type: word