misc update
parent
ded0c4de57
commit
2500db0987
|
@ -3,16 +3,23 @@ id: uptimerobot-takeover
|
||||||
info:
|
info:
|
||||||
name: uptimerobot takeover detection
|
name: uptimerobot takeover detection
|
||||||
author: pdteam
|
author: pdteam
|
||||||
severity: info
|
severity: low
|
||||||
tags: takeover
|
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:
|
requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}"
|
- "{{BaseURL}}"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
matchers:
|
matchers:
|
||||||
- type: regex
|
- type: regex
|
||||||
regex:
|
regex:
|
||||||
- "^page not found$"
|
- "^page not found$"
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 404
|
Loading…
Reference in New Issue