Skip to content

Tableau Services Manager Login Panel - Detect

ID: tableau-service-manager

Severity: info

Author: DhiyaneshDk

Tags: panel,tableau,tableausoftware

Tableau Services Manager login panel was detected.

id: tableau-service-manager
info:
name: Tableau Services Manager Login Panel - Detect
author: DhiyaneshDk
severity: info
description: Tableau Services Manager login panel was detected.
reference:
- https://help.tableau.com/current/server/en-us/sign_in_tsm.htm
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:tableausoftware:tableau_server:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: tableausoftware
product: tableau_server
shodan-query:
- title:"Login - Tableau Services Manager"
- http.title:"login - tableau services manager"
fofa-query: title="login - tableau services manager"
google-query: intitle:"login - tableau services manager"
tags: panel,tableau,tableausoftware
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "<title>Login - Tableau Services Manager</title>"
- type: status
status:
- 200
# digest: 490a004630440220785653810fe8c88c934b96bd3e3a186534b4ab8b8e1138e4cc6ff7ee22aece0c02202ffc806d7db7bb87fec0a7f930cac470ce210943c36f677402eac7adb42702f1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/tableau-service-manager.yaml"

View on Github