Skip to content

Tekton Dashboard Panel - Detect

ID: tekton-dashboard

Severity: info

Author: DhiyaneshDk

Tags: panel,tekton,exposure

Tekton Dashboard panel was detected.

id: tekton-dashboard
info:
name: Tekton Dashboard Panel - Detect
author: DhiyaneshDk
severity: info
description: Tekton Dashboard panel was detected.
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
metadata:
verified: true
max-request: 1
shodan-query: title:"Tekton"
tags: panel,tekton,exposure
http:
- method: GET
path:
- "{{BaseURL}}/#/pipelines"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Tekton Dashboard"
- type: word
part: header
words:
- "text/html"
# digest: 490a004630440220531444f4142d62f8b875bec40846f84a85fb1558fd46253a46d57d0105b1def202206c0fd5f404e2b0cfb70980e6cb480258557da83f0bc38525e53eafffca3618f5: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/tekton-dashboard.yaml"

View on Github