41 lines
912 B
YAML
41 lines
912 B
YAML
id: tableau-server-detect
|
|
|
|
info:
|
|
name: Detect Tableau Server
|
|
author: TechbrunchFR
|
|
severity: info
|
|
description: Detects Tableau Server and extract the buildId
|
|
metadata:
|
|
max-request: 1
|
|
tags: tech,tableau
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: or
|
|
matchers:
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "X-Tableau: Tableau Server"
|
|
- "Server: Tableau"
|
|
condition: or
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "VizPortalRun"
|
|
- "vizportal"
|
|
condition: or
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'data-buildId="([0-9a-z_]*)'
|
|
|
|
# digest: 4a0a004730450220586755aba4caaac04977ef2f719d43541edab3a28cbeca4f9a9f8cbbbc7d82f3022100a14a17e20d5404fa410d5b8e8e7ead9597d7d685554fb52722fbf90f9277c9a3:922c64590222798bb761d5b6d8e72950
|