nuclei-templates/takeovers/surveysparrow-takeover.yaml

27 lines
523 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-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- "Account not found."
- "ouch!"
- "SurveySparrow"
condition: and