28 lines
531 B
YAML
28 lines
531 B
YAML
id: pingdom-takeover
|
|
|
|
info:
|
|
name: Pingdom Takeover Detection
|
|
author: pdteam
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/144
|
|
tags: takeover,pingdom
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- Public Report Not Activated
|
|
- This public report page has not been activated by the user
|