2021-05-31 06:05:30 +00:00
|
|
|
id: wordpress-db-repair
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Wordpress DB Repair Exposed
|
|
|
|
author: _C0wb0y_
|
|
|
|
severity: low
|
|
|
|
description: Discover enabled Wordpress repair page.
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: wordpress,config,fpd
|
2021-05-31 06:05:30 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-05-31 06:05:30 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/wp-admin/maint/repair.php"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
2021-05-31 08:01:13 +00:00
|
|
|
- "<title>WordPress"
|
2021-05-31 06:05:30 +00:00
|
|
|
|
2021-06-08 20:04:02 +00:00
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
2021-05-31 06:05:30 +00:00
|
|
|
- type: word
|
|
|
|
words:
|
2021-09-10 20:18:15 +00:00
|
|
|
- "define"
|
|
|
|
- "WP_ALLOW_REPAIR"
|
|
|
|
- "true"
|
|
|
|
condition: and
|
|
|
|
negative: true
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a00463044022048d52e9a4f94a9d08c7365eca151825c702b06a113a6578821bb2b4f8ee6c7b60220509b242a3221080dd28182942490019a961481aac6c8cd8352263b8562d5b356:922c64590222798bb761d5b6d8e72950
|