Ethical Hacking Automation

Automate Recon and scanning process with Vidoc. All security teams in one place

Tableau Python Server Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#tableau#panel#python
Description

What is the "Tableau Python Server Panel - Detect" module?

The "Tableau Python Server Panel - Detect" module is designed to detect the presence of the Tableau Python Server panel. This module is used to identify misconfigurations, vulnerabilities, or specific software fingerprints.

The Tableau Python Server is a software component that allows users to run Python scripts within the Tableau environment. It provides a way to extend the functionality of Tableau by leveraging Python's capabilities.

This module has an informative severity level, which means it provides valuable information but does not indicate a critical vulnerability or misconfiguration.

Author: pussycat0x

Impact

The detection of the Tableau Python Server panel does not directly imply any impact. However, it can indicate the presence of a specific software component that may have security implications depending on its configuration and usage.

How does the module work?

The "Tableau Python Server Panel - Detect" module works by sending HTTP requests and applying matching conditions to identify the presence of the Tableau Python Server panel.

One of the matching conditions used by this module is to search for the presence of the HTML title tag "<title>Tableau Python Server</title>" within the response body. This indicates that the Tableau Python Server panel is present.

Additionally, the module checks if the HTTP response status is 200, indicating a successful request.

Here is an example of an HTTP request that may be sent by the module:

GET / HTTP/1.1
Host: example.com
User-Agent: Vidoc-Scanner

The module applies an "AND" condition to both matching rules, meaning that both conditions must be met for a positive match.

It is important to note that this module is designed to detect the presence of the Tableau Python Server panel and does not perform any further analysis or exploitation.

Module preview

Concurrent Requests (0)
Passive global matcher
word: <title>Tableau Python Server</title>and
status: 200
On match action
Report vulnerability