nuclei-templates/http/misconfiguration/installer/getsimple-installation.yaml

34 lines
706 B
YAML
Raw Normal View History

2021-09-15 11:27:27 +00:00
id: getsimple-installation
info:
2023-01-27 14:57:27 +00:00
name: GetSimple CMS - Installer
2021-09-15 11:27:27 +00:00
author: princechaddha
2023-01-27 14:57:27 +00:00
severity: critical
description: GetSimple CMS installer was found.
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:
- http://get-simple.info/
2023-01-27 14:57:27 +00:00
tags: getsimple,exposure,installer
2021-09-15 11:27:27 +00:00
http:
2021-09-15 11:27:27 +00:00
- method: GET
path:
- "{{BaseURL}}/admin/install.php"
matchers-condition: and
matchers:
- type: word
words:
- "<title>GetSimple &raquo; Installation</title>"
- "PHP Version"
condition: and
- type: status
status:
- 200
2023-01-27 14:57:27 +00:00
# Enhanced by cs 01/26/2023