nuclei-templates/takeovers/hatenablog-takeover.yaml

26 lines
514 B
YAML

id: hatenablog-takeover
info:
name: Hatenablog Takeover Detection
author: pdteam
severity: high
reference:
- https://beaglesecurity.com/blog/vulnerability/hatenablog-takeover-detection.html
- https://github.com/EdOverflow/can-i-take-over-xyz
tags: takeover,hatenablog
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- "404 Blog is not found"