34 lines
776 B
YAML
34 lines
776 B
YAML
id: wp-install
|
|
|
|
info:
|
|
name: WordPress Exposed Installation
|
|
author: princechaddha
|
|
severity: critical
|
|
description: Wordpress installation files have been detected
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
|
|
cvss-score: 9.4
|
|
cwe-id: CWE-284
|
|
reference:
|
|
- https://smaranchand.com.np/2020/04/misconfigured-wordpress-takeover-to-remote-code-execution/
|
|
tags: panel,wordpress
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-admin/install.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<title>WordPress › Installation</title>"
|
|
- "Site Title"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by cs 01/26/2023
|