nuclei-templates/takeovers/wordpress-takeover.yaml

33 lines
671 B
YAML

id: wordpress-takeover
info:
name: WordPress takeover detection
author: pdteam,geeknik
severity: high
reference:
- https://github.com/EdOverflow/can-i-take-over-xyz/pull/176
- https://hackerone.com/reports/274336
tags: takeover,wordpress,hackerone
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: dsl
dsl:
- Host != ip
- type: word
words:
- "Do you want to register"
- ".wordpress.com</em> doesn&#8217;t&nbsp;exist"
condition: and
- type: word
words:
- "cannot be registered"
negative: true