misc update

patch-1
sandeep 2021-09-07 21:31:50 +05:30
parent ded0c4de57
commit 2500db0987
1 changed files with 10 additions and 3 deletions

View File

@ -3,16 +3,23 @@ id: uptimerobot-takeover
info:
name: uptimerobot takeover detection
author: pdteam
severity: info
severity: low
tags: takeover
reference: https://github.com/EdOverflow/can-i-take-over-xyz
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}}"
matchers-condition: and
matchers:
- type: regex
regex:
- "^page not found$"
- "^page not found$"
- type: status
status:
- 404