41 lines
923 B
YAML
41 lines
923 B
YAML
id: tableau-server-detect
|
|
|
|
info:
|
|
name: Detect Tableau Server
|
|
author: TechbrunchFR,aringo
|
|
severity: info
|
|
description: Detects Tableau Server and extracts 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-build[iI]d="([0-9a-z_]*)'
|
|
|
|
# digest: 4a0a00473045022071d557c42ef5b1358fad1342b2a62f8ee6881da2e625cda380610cb0ac5f055e022100842c5e161be3403a54151269cd89e1e9de9c186f5c17e6e4f6e9170159039b1c:922c64590222798bb761d5b6d8e72950
|