nuclei-templates/takeovers/wordpress-takeover.yaml

33 lines
671 B
YAML
Raw Normal View History

id: wordpress-takeover
info:
2021-03-23 18:00:14 +00:00
name: WordPress takeover detection
2021-06-09 12:20:56 +00:00
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:
2021-04-02 19:41:56 +00:00
- "Do you want to register"
- ".wordpress.com</em> doesn&#8217;t&nbsp;exist"
condition: and
2021-06-06 06:37:19 +00:00
2021-04-02 19:41:56 +00:00
- type: word
words:
- "cannot be registered"
negative: true