Merge pull request #6033 from projectdiscovery/tekton-dashboard

Create tekton-dashboard.yaml
patch-1
Prince Chaddha 2022-11-14 12:49:57 +05:30 committed by GitHub
commit 92b615b201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: tekton-dashboard
info:
name: Tekton Dashboard Exposure
author: DhiyaneshDk
severity: low
metadata:
verified: true
shodan-query: title:"Tekton"
tags: panel,tekton,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/#/pipelines"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Tekton Dashboard"
- type: word
part: header
words:
- "text/html"