Merge pull request #6033 from projectdiscovery/tekton-dashboard
Create tekton-dashboard.yamlpatch-1
commit
92b615b201
|
@ -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"
|
Loading…
Reference in New Issue