nuclei-templates/http/exposed-panels/quilium-panel.yaml

44 lines
829 B
YAML
Raw Normal View History

2023-09-08 06:24:20 +00:00
id: quilium-panel
info:
name: Quilium Panel - Detect
author: righettod
severity: info
description: |
2023-09-15 17:01:17 +00:00
Quilium CMS Login Panel was detected.
2023-09-08 06:24:20 +00:00
reference:
- https://www.quilium.io/
metadata:
max-request: 2
2023-09-08 06:33:33 +00:00
shodan-query: http.html:"CMS Quilium"
verified: true
2023-09-08 06:24:20 +00:00
tags: panel,quilium,login,detect
http:
- method: GET
path:
2023-09-15 17:01:17 +00:00
- '{{BaseURL}}'
2023-09-08 06:24:20 +00:00
- '{{BaseURL}}/en/login'
2023-09-15 17:01:17 +00:00
stop-at-first-match: true
2023-09-08 06:24:20 +00:00
matchers-condition: and
matchers:
2023-09-15 17:01:17 +00:00
- type: word
part: body
words:
- 'content="CMS Quilium'
- 'Quilium</a>'
condition: or
case-insensitive: true
- type: status
status:
- 200
2023-09-08 06:24:20 +00:00
extractors:
- type: regex
part: body
group: 1
regex:
2023-09-08 06:33:33 +00:00
- 'CMS Quilium ([a-f0-9.]+)'