Update qlik-sense-server-detect.yaml
parent
15107056b8
commit
e84bbcbb25
|
@ -4,13 +4,13 @@ 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.
|
||||
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
|
||||
shodan-query: http.title:"Qlik-Sense"
|
||||
fofa-query: app="Qlik-Sense"
|
||||
tags: tech,qlik
|
||||
|
||||
|
@ -19,19 +19,19 @@ requests:
|
|||
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"
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- 'alt="Qlik Sense'
|
||||
- 'class="qlik-logo"'
|
||||
- 'alt="Qlik.Sense"'
|
||||
- "qliksenseserver"
|
||||
condition: or
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
name: version
|
||||
|
|
Loading…
Reference in New Issue