37 lines
893 B
YAML
37 lines
893 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
|
|
metadata:
|
|
max-request: 1
|
|
tags: takeover,wordpress,hackerone
|
|
|
|
http:
|
|
- 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’t exist"
|
|
condition: and
|
|
|
|
- type: word
|
|
words:
|
|
- "cannot be registered"
|
|
negative: true
|
|
|
|
# digest: 4a0a00473045022100b6482b25c273f80d9a829af8433bec2b59e51d3573cae9087a01108defe43e3a02202e6c7f7d7a0d70b367aa80de4ba8b4da27c72dc6f34de442d00125f100b0afa1:922c64590222798bb761d5b6d8e72950
|