nuclei-templates/takeovers/hatenablog-takeover.yaml

26 lines
514 B
YAML
Raw Normal View History

id: hatenablog-takeover
info:
2022-12-06 19:46:06 +00:00
name: Hatenablog Takeover Detection
2021-06-09 12:20:56 +00:00
author: pdteam
2022-12-06 19:46:06 +00:00
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:
2022-12-06 19:51:48 +00:00
- "404 Blog is not found"