34 lines
717 B
YAML
34 lines
717 B
YAML
id: ghost-takeover
|
|
|
|
info:
|
|
name: ghost takeover detection
|
|
author: pdteam
|
|
severity: high
|
|
reference:
|
|
- https://github.com/EdOverflow/can-i-take-over-xyz/issues/89
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover,ghost
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'offline.ghost.org'
|
|
|
|
- type: status
|
|
status:
|
|
- 302
|
|
|
|
# digest: 4b0a00483046022100df69a30e0012a7d6f8c70fb746de5c1998235b0fa6b15b857101222d5785baf3022100b6def6323e08bff6264f91802a4be915c3c2c5281213d6e77ded5013c69a6089:922c64590222798bb761d5b6d8e72950
|