2021-07-24 19:17:07 +00:00
|
|
|
id: redcap-detector
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: REDCap detector
|
2021-07-24 20:24:18 +00:00
|
|
|
author: philippedelteil,retr0
|
2021-07-24 19:17:07 +00:00
|
|
|
severity: info
|
2021-07-24 20:24:18 +00:00
|
|
|
tags: redcap,tech
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-07-24 19:17:07 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-07-24 19:17:07 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
2021-07-24 20:24:18 +00:00
|
|
|
|
2021-07-25 14:08:25 +00:00
|
|
|
matchers-condition: and
|
2021-07-24 19:17:07 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-07-24 20:24:18 +00:00
|
|
|
- 'REDCap'
|
2021-07-24 19:17:07 +00:00
|
|
|
- 'Vanderbilt University'
|
|
|
|
condition: and
|
2021-07-24 20:24:18 +00:00
|
|
|
|
2021-07-24 19:17:07 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-07-24 20:24:18 +00:00
|
|
|
|
2021-07-24 19:17:07 +00:00
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'REDCap ([0-9-.]+)'
|