Create getsimple-installation.yaml
parent
40b630e5cd
commit
781f099848
|
@ -0,0 +1,25 @@
|
|||
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
|
Loading…
Reference in New Issue