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

29 lines
529 B
YAML
Raw Normal View History

id: webflow-takeover
info:
name: webflow takeover detection
2023-05-15 07:18:18 +00:00
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:
2023-05-15 07:18:18 +00:00
- <p>The page you are looking doesn't exist or has been moved.</p>
- webflow
condition: and