26 lines
491 B
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 » Installation</title>"
|
||
|
- "PHP Version"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|