Qualitor ITSM - Detect
ID: qualitor-itsm-panel
Severity: info
Author: johnk3r
Tags: panel,qualitor
Description
Section titled “Description”Qualitor ITSM login panel was detected.
YAML Source
Section titled “YAML Source”id: qualitor-itsm-panel
info: name: Qualitor ITSM - Detect author: johnk3r severity: info description: Qualitor ITSM login panel was detected. reference: - https://github.com/projectdiscovery/nuclei-templates/blob/7ade904e3e23bde3e1f5bf721c3a0f4e3f128ae4/http/cves/2024/CVE-2024-44849.yaml classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 metadata: max-request: 1 shodan-query: http.favicon.hash:"-1217039701" tags: panel,qualitor
http: - method: GET path: - "{{BaseURL}}"
redirects: true max-redirects: 1
matchers-condition: and matchers: - type: word part: body words: - "<title>Qualitor Web</title>"
- type: status status: - 200# digest: 490a00463044022040c08a251541a2021c373144a9d430737f5a8e31599cdcd5d48502afd311f04f02202e729a0bcb25401fdd49a565745d01f84498e75b29ec237e3bf7138a598a693e:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/qualitor-itsm-panel.yaml"