Create concrete5-install.yaml

patch-1
Prince Chaddha 2022-01-19 13:38:59 +05:30 committed by GitHub
parent 650a38ffde
commit 1c4372d846
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 34 additions and 0 deletions

View File

@ -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>'