Qlik Sense Server Panel - Detect
ID: qlik-sense-server
Severity: info
Author: ricardomaia
Tags: panel,qlik
Description
Section titled “Description”Qlik Sense Server panel was detected.
YAML Source
Section titled “YAML Source”id: qlik-sense-server
info: name: Qlik Sense Server Panel - Detect author: ricardomaia severity: info description: | Qlik Sense Server panel was detected. reference: - https://www.qlik.com/us/products/qlik-sense 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 cpe: cpe:2.3:a:qlik:qlik_sense:*:*:*:*:windows:*:*:* metadata: verified: true max-request: 2 vendor: qlik product: qlik_sense shodan-query: - http.title:"Qlik-Sense" - http.favicon.hash:-74348711 - http.html:"qlik" - http.title:"qlik-sense" fofa-query: - app="Qlik-Sense" - app="qlik-sense" - title="qlik-sense" - icon_hash=-74348711 - body="qlik" google-query: intitle:"qlik-sense" tags: panel,qlik
http: - method: GET path: - "{{BaseURL}}/hub" - "{{BaseURL}}/resources/autogenerated/product-info.json"
host-redirects: true max-redirects: 2 stop-at-first-match: true matchers: - type: word part: body words: - 'alt="Qlik Sense' - 'class="qlik-logo"' - 'alt="Qlik.Sense"' - "qliksenseserver" condition: or
extractors: - type: regex name: version part: body group: 1 regex: - 'qliksenseserver:((\d+\.)?(\d+\.)?(\*|\d+))'# digest: 4a0a00473045022100fca571fb993e12a7eefc41a32f5d75d963d2ec973aba1c19329293bc44611f4602201bac98658ca21827a4784052a24151062be201a6397d647786742a785919cbeb: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/qlik-sense-server.yaml"