nuclei-templates/takeovers/frontify-takeover.yaml

27 lines
487 B
YAML

id: frontify-takeover
info:
name: frontify takeover detection
author: pdteam
severity: high
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/170
tags: takeover
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- 404 - Page Not Found
- Oops… looks like you got lost
condition: and