nuclei-templates/takeovers/wordpress-takeover.yaml

24 lines
503 B
YAML
Raw Normal View History

id: wordpress-takeover
info:
name: wordpress takeover detection
2021-03-23 17:58:48 +00:00
author: pdcommunity & geeknik
severity: high
tags: takeover
reference: https://github.com/EdOverflow/can-i-take-over-xyz
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
2021-03-23 17:41:39 +00:00
- 'Do you want to register'
- type: regex
regex:
2021-03-23 17:52:57 +00:00
- "[a-zA-Z0-9][a-zA-Z0-9-_]*\\.)*[a-zA-Z0-9]*[a-zA-Z0-9-_]*[[a-zA-Z0-9].wordpress.com"