30 lines
734 B
YAML
30 lines
734 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover,hatenablog
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- Host != ip
|
|
|
|
- type: word
|
|
words:
|
|
- "404 Blog is not found"
|
|
|
|
# digest: 490a0046304402207ae7c9b10b010c9160eda0b8907a8761f472f2240811a3963d041418c7c4e0be02200c1f5e855b7696d53d87de317fc2c125b660d5d9bd00b5c76f2fcd4ba64ef2c0:922c64590222798bb761d5b6d8e72950
|