22 lines
440 B
YAML
22 lines
440 B
YAML
|
id: surveysparrow-takeover
|
||
|
|
||
|
info:
|
||
|
name: SurveySparrow takeover detection
|
||
|
author: philippedelteil
|
||
|
severity: high
|
||
|
reference:
|
||
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/281
|
||
|
tags: takeover,surveysparrow
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- "Account not found."
|
||
|
- "ouch!"
|
||
|
- "SurveySparrow"
|
||
|
condition: and
|