Add Qlik Sense Server detect
parent
e906dbd712
commit
15107056b8
|
@ -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+))'
|
Loading…
Reference in New Issue