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.
|
|
|
|
tags: wordpress,config,fpd
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|