nuclei-templates/exposed-panels/wordpress/wp-install.yaml

30 lines
649 B
YAML
Raw Normal View History

2021-05-28 03:11:58 +00:00
id: wp-install
info:
name: WordPress Installation Panel - Detect
2021-05-28 03:11:58 +00:00
author: princechaddha
severity: high
description: WordPress installation panel was detected.
reference:
- https://smaranchand.com.np/2020/04/misconfigured-wordpress-takeover-to-remote-code-execution/
2022-08-09 21:39:28 +00:00
tags: panel,wordpress
2021-05-28 03:11:58 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/wp-admin/install.php"
matchers-condition: and
matchers:
- type: word
words:
- "<title>WordPress ? Installation</title>"
2021-05-28 03:11:58 +00:00
- "Site Title"
condition: and
- type: status
status:
- 200
# Enhanced by md on 2023/01/26