28 lines
541 B
YAML
28 lines
541 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
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- "404 Blog is not found"
|