47 lines
1023 B
YAML
47 lines
1023 B
YAML
id: quilium-panel
|
|
|
|
info:
|
|
name: Quilium Panel - Detect
|
|
author: righettod
|
|
severity: info
|
|
description: |
|
|
Quilium CMS Login Panel was detected.
|
|
reference:
|
|
- https://www.quilium.io/
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.html:"CMS Quilium"
|
|
tags: panel,quilium,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/en/login'
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'content="CMS Quilium'
|
|
- 'Quilium</a>'
|
|
condition: or
|
|
case-insensitive: true
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'CMS Quilium ([a-f0-9.]+)'
|
|
|
|
# digest: 490a004630440220738aca81d32bb043c715375df9d608ffd149a084da538bdf2c9805cd429b4d4302203cb4570f5d97a8127073540c1e248c55e99b64db67409635cfff4c6811b2b3e3:922c64590222798bb761d5b6d8e72950
|