nuclei-templates/exposed-panels/getsimple-installation.yaml

26 lines
491 B
YAML

id: getsimple-installation
info:
name: GetSimple CMS Installation
author: princechaddha
severity: high
reference: http://get-simple.info/
tags: getsimple,exposure
requests:
- 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