Philippe Delteil 2021-07-24 15:17:07 -04:00 committed by GitHub
parent 2c0aa783c4
commit 697b7cf01f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: redcap-detector
info:
name: REDCap detector
author: philippedelteil & retr0
severity: info
tags: redcap
requests:
- method: GET
path:
- "{{BaseURL}}"
matcher-condition: and
matchers:
- type: word
words:
- 'REDCap '
- 'Vanderbilt University'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'REDCap ([0-9-.]+)'