nuclei-templates/takeovers/ghost-takeover.yaml

30 lines
493 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
tags: takeover,ghost
requests:
- 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