nuclei-templates/http/exposures/files/pipeline-configuration.yaml

29 lines
510 B
YAML

id: pipeline-configuration
info:
name: Pipeline Configuration Exposure
author: DhiyaneshDK
severity: info
metadata:
max-request: 1
verified: true
shodan-query: html:"pipeline.yaml"
tags: devops,exposure,cicd,files
http:
- method: GET
path:
- "{{BaseURL}}/pipeline.yaml"
matchers-condition: and
matchers:
- type: word
words:
- 'system:'
- 'project_name:'
condition: and
- type: status
status:
- 200