Add Qlik Sense Server detect

patch-1
Ricardo Maia 2022-10-20 19:38:07 -03:00
parent e906dbd712
commit 15107056b8
1 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,41 @@
id: qlik-sense-server-detect
info:
name: Qlik Sense Server Detect
author: ricardomaia
severity: info
description: Qlik Sense is a data visualization and discovery product. Qlik Sense Enterprise can be deployed on combinations of on-premise and cloud sites.
reference:
- https://www.qlik.com/us/products/qlik-sense
classification:
cwe-id: CWE-200
metadata:
verified: true
fofa-query: app="Qlik-Sense"
tags: tech,qlik
requests:
- method: GET
path:
- "{{BaseURL}}/resources/autogenerated/product-info.json"
- "{{BaseURL}}/hub"
redirects: true
matchers-condition: or
stop-at-first-match: true
matchers:
- type: regex
regex:
- '(?i)class="qlik-logo"'
- '(?i)img.alt="Qlik.Sense"'
- "(?i)qliksenseserver"
- "(?i)Qlik.Sense.Enterprise.logo"
- "(?i)qlikWebPageUrl"
- "(?i)getAllQlikViewDocs"
- "(?i)x-qlik-capabilities"
extractors:
- type: regex
name: version
part: body
group: 1
regex:
- 'qliksenseserver:((\d+\.)?(\d+\.)?(\*|\d+))'