From 121918945eb5975d038c1d6c4ebd171604575ac7 Mon Sep 17 00:00:00 2001 From: Sandeep Singh Date: Sun, 25 Jul 2021 01:54:18 +0530 Subject: [PATCH] Update redcap-detector.yaml --- technologies/redcap-detector.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/technologies/redcap-detector.yaml b/technologies/redcap-detector.yaml index b075f7c6df..5bfb15764b 100644 --- a/technologies/redcap-detector.yaml +++ b/technologies/redcap-detector.yaml @@ -2,24 +2,27 @@ id: redcap-detector info: name: REDCap detector - author: philippedelteil & retr0 + author: philippedelteil,retr0 severity: info - tags: redcap + tags: redcap,tech requests: - method: GET path: - "{{BaseURL}}" + matcher-condition: and matchers: - type: word words: - - 'REDCap ' + - 'REDCap' - 'Vanderbilt University' condition: and + - type: status status: - 200 + extractors: - type: regex part: body