Create concrete5-install.yaml
parent
650a38ffde
commit
1c4372d846
|
@ -0,0 +1,34 @@
|
|||
id: concrete5-install
|
||||
info:
|
||||
name: Concrete5 Install Panel
|
||||
author: princechaddha
|
||||
severity: critical
|
||||
metadata:
|
||||
shodan-query: http.title:"Install concrete5"
|
||||
tags: panel,concrete,cms
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/index.php/install"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '<title>Install concrete5</title>'
|
||||
- '<li class="active">Choose Language</li>'
|
||||
- '/css/views/install.css'
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
group: 1
|
||||
regex:
|
||||
- 'Version ([0-9.]+)<\/span>'
|
Loading…
Reference in New Issue