Update redcap-detector.yaml
parent
697b7cf01f
commit
121918945e
|
@ -2,24 +2,27 @@ id: redcap-detector
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: REDCap detector
|
name: REDCap detector
|
||||||
author: philippedelteil & retr0
|
author: philippedelteil,retr0
|
||||||
severity: info
|
severity: info
|
||||||
tags: redcap
|
tags: redcap,tech
|
||||||
|
|
||||||
requests:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
matcher-condition: and
|
matcher-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- 'REDCap '
|
- 'REDCap'
|
||||||
- 'Vanderbilt University'
|
- 'Vanderbilt University'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
||||||
part: body
|
part: body
|
||||||
|
|
Loading…
Reference in New Issue