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

38 lines
704 B
YAML
Raw Normal View History

id: uptimerobot-takeover
info:
name: uptimerobot takeover detection
2021-06-09 12:20:56 +00:00
author: pdteam
2021-09-07 16:01:50 +00:00
severity: low
reference:
- https://exploit.linuxsec.org/uptimerobot-com-custom-domain-subdomain-takeover/
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/45
tags: takeover
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
2021-09-07 16:01:50 +00:00
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: regex
regex:
2021-09-07 16:01:50 +00:00
- "^page not found$"
2023-08-10 00:04:03 +00:00
- type: word
part: header
words:
2023-08-10 03:40:27 +00:00
- "Server: Caddy"
case-insensitive: true
2023-08-10 00:04:03 +00:00
2021-09-07 16:01:50 +00:00
- type: status
status:
2023-08-10 00:04:03 +00:00
- 404