nuclei-templates/technologies/redcap-detector.yaml

32 lines
510 B
YAML
Raw Normal View History

id: redcap-detector
info:
name: REDCap detector
2021-07-24 20:24:18 +00:00
author: philippedelteil,retr0
severity: info
2021-07-24 20:24:18 +00:00
tags: redcap,tech
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-07-24 20:24:18 +00:00
2021-07-25 14:08:25 +00:00
matchers-condition: and
matchers:
- type: word
words:
2021-07-24 20:24:18 +00:00
- 'REDCap'
- 'Vanderbilt University'
condition: and
2021-07-24 20:24:18 +00:00
- type: status
status:
- 200
2021-07-24 20:24:18 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
- 'REDCap ([0-9-.]+)'