2021-12-21 11:04:33 +00:00
|
|
|
id: tableau-server-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Detect Tableau Server
|
2023-11-21 02:02:12 +00:00
|
|
|
author: TechbrunchFR,aringo
|
2021-12-21 11:04:33 +00:00
|
|
|
severity: info
|
2023-11-20 21:57:05 +00:00
|
|
|
description: Detects Tableau Server and extracts the buildid
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: tech,tableau
|
2021-12-21 11:04:33 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2021-12-21 11:04:33 +00:00
|
|
|
- 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:
|
2023-11-20 21:57:05 +00:00
|
|
|
- 'data-build[iI]d="([0-9a-z_]*)'
|
2023-11-23 06:31:41 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022071d557c42ef5b1358fad1342b2a62f8ee6881da2e625cda380610cb0ac5f055e022100842c5e161be3403a54151269cd89e1e9de9c186f5c17e6e4f6e9170159039b1c:922c64590222798bb761d5b6d8e72950
|