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

29 lines
529 B
YAML

id: webflow-takeover
info:
name: webflow takeover detection
author: pdteam, keni0k
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:
- <p>The page you are looking doesn't exist or has been moved.</p>
- webflow
condition: and