40 lines
901 B
YAML
40 lines
901 B
YAML
id: uptimerobot-takeover
|
|
|
|
info:
|
|
name: uptimerobot takeover detection
|
|
author: pdteam
|
|
severity: low
|
|
reference:
|
|
- https://exploit.linuxsec.org/uptimerobot-com-custom-domain-subdomain-takeover/
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/45
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: regex
|
|
regex:
|
|
- "^page not found$"
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "Server: Caddy"
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 404
|
|
|
|
# digest: 4b0a00483046022100dc400ad371fbecea451da1e543b2252087b69ac26f3bd2abb99db8bd6b6f4fb70221008f740e9dfa30c56335b70ceebed2b684eda34ceb848d12e1e2bcf37d32e3f56a:922c64590222798bb761d5b6d8e72950
|