45 lines
1021 B
YAML
45 lines
1021 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: 490a0046304402203bab05e8a386974219af78ed52b64c215f47e98dfdbc05e5c12ce0b7d1e95e2d02204fd82cfbad26cfd0f6e42992e44778a6a1bc28a60a17002204d5eafa553774a1:922c64590222798bb761d5b6d8e72950 |