43 lines
1.0 KiB
YAML
43 lines
1.0 KiB
YAML
id: qlik-sense-server
|
|
|
|
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
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.title:"Qlik-Sense"
|
|
fofa-query: app="Qlik-Sense"
|
|
tags: panel,qlik
|
|
|
|
requests:
|
|
- 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+))'
|