Skip to content

QlikView AccessPoint Login Panel - Detect

ID: qlikview-accesspoint-panel

Severity: info

Author: righettod

Tags: panel,qlikview,login,detect

QlikView AccessPoint login panel was detected.

id: qlikview-accesspoint-panel
info:
name: QlikView AccessPoint Login Panel - Detect
author: righettod
severity: info
description: |
QlikView AccessPoint login panel was detected.
reference:
- https://help.qlik.com/en-US/qlikview/May2023/Subsystems/QMC/Content/QV_QMC/QMC_System_Setup_QlikViewWebServers_AccessPoint.htm
classification:
cpe: cpe:2.3:a:qlik:qlikview:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: qlik
product: qlikview
shodan-query: title:"QlikView - AccessPoint"
tags: panel,qlikview,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/qlikview/FormLogin.htm"
host-redirects: true
max-redirects: 2
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "<title>qlikview - accesspoint", "alt=\"qlikview")'
condition: and
# digest: 4a0a00473045022100b235c6bc156d9f078ad02ceb1d0ea5b422815545653896f6cecfa4a2716ded38022061a49cd16ceae46e7b4e69de89c68d1caea25f8ab55dc23dd25c2aaad17a466e: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/qlikview-accesspoint-panel.yaml"

View on Github