Ethical Hacking Automation

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

Tekton Dashboard Panel - Detect

By kannthu

Informative
Vidoc logoVidoc Module
#panel#tekton#exposure
Description

What is the "Tekton Dashboard Panel - Detect?"

The "Tekton Dashboard Panel - Detect" module is designed to detect the presence of the Tekton Dashboard panel. Tekton Dashboard is a software tool used for managing and monitoring Tekton pipelines. This module focuses on identifying the Tekton Dashboard panel and provides information about its configuration.

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

This module was authored by DhiyaneshDk.

Impact

The impact of detecting the Tekton Dashboard panel is primarily informational. It helps users gain visibility into the presence of the Tekton Dashboard and understand its configuration.

How does the module work?

The module works by sending an HTTP request to the target system and analyzing the response. It uses specific matching conditions to identify the Tekton Dashboard panel.

One example of an HTTP request sent by this module is:

GET /#/pipelines

The module applies the following matching conditions:

- The response body must contain the phrase "Tekton Dashboard". - The response header must include the content type "text/html".

If both conditions are met, the module considers the Tekton Dashboard panel to be present.

It is important to note that this module has a maximum request limit of 1 and has been verified to provide accurate results. Additionally, the module can be used in conjunction with Shodan queries using the search term "title:\"Tekton\"".

Module preview

Concurrent Requests (1)
1. HTTP Request template
GET/#/pipelines
Matching conditions
word: Tekton Dashboardand
word: text/html
Passive global matcher
No matching conditions.
On match action
Report vulnerability