Skip to content

Quilium Panel - Detect

ID: quilium-panel

Severity: info

Author: righettod

Tags: panel,quilium,login,detect

Quilium CMS Login Panel was detected.

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: 4a0a004730450220172d060d70c3f64bba4d8d2e594b31de7f40461b64ba40d48bd2b2ec29967a27022100938e857840ada9fce405d686241979eee2353cde71643bd3f83a3ad52032e2e3:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/quilium-panel.yaml"

View on Github