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

27 lines
508 B
YAML
Raw Normal View History

id: worksites-takeover
info:
name: worksites takeover detection
author: melbadry9
severity: high
reference:
- https://blog.melbadry9.xyz/dangling-dns/xyz-services/ddns-worksites
tags: takeover
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: regex
regex:
- "(?:Company Not Found|you’re looking for doesn’t exist)"