nuclei-templates/http/takeovers/tave-takeover.yaml

26 lines
443 B
YAML

id: tave-takeover
info:
name: tave takeover detection
author: pdteam
severity: high
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz
tags: takeover
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- "<h1>Error 404: Page Not Found</h1>"