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