nuclei-templates/vulnerabilities/wordpress/wordpress-db-repair.yaml

28 lines
537 B
YAML
Raw Normal View History

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:
- "define('WP_ALLOW_REPAIR', true);"
negative: true