Add files via upload

patch-2
Dominique RIGHETTO 2024-05-12 19:48:47 +02:00 committed by GitHub
parent d32712c2f0
commit 9f2955134a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: qlikview-accesspoint-panel
info:
name: QlikView AccessPoint Login Panel - Detect
author: righettod
severity: info
description: |
QlikView AccessPoint login panel was detected.
reference:
- https://www.qlik.com/
- https://help.qlik.com/en-US/qlikview/May2023/Subsystems/QMC/Content/QV_QMC/QMC_System_Setup_QlikViewWebServers_AccessPoint.htm
metadata:
max-request: 1
verified: true
shodan-query: http.title:"QlikView - AccessPoint"
tags: panel,qlikview,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
redirects: true
max-redirects: 3
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "<title>qlikview - accesspoint</title>", "alt=\"qlikview")'
condition: and