nuclei-templates/takeovers/uptimerobot-takeover.yaml

25 lines
506 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
tags: takeover
2021-09-07 16:01:50 +00:00
reference:
- https://exploit.linuxsec.org/uptimerobot-com-custom-domain-subdomain-takeover/
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/45
requests:
- method: GET
path:
- "{{BaseURL}}"
2021-09-07 16:01:50 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
2021-09-07 16:01:50 +00:00
- "^page not found$"
- type: status
status:
- 404