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

28 lines
495 B
YAML
Raw Normal View History

2022-08-07 00:11:11 +00:00
id: pipeline-configuration
info:
name: Pipeline Configuration Exposure
2022-08-07 00:11:11 +00:00
author: DhiyaneshDK
2022-08-08 18:38:04 +00:00
severity: info
2022-08-07 00:11:11 +00:00
metadata:
verified: true
shodan-query: html:"pipeline.yaml"
2022-10-13 10:12:07 +00:00
tags: devops,exposure,cicd,files
2022-08-07 00:11:11 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/pipeline.yaml"
matchers-condition: and
matchers:
- type: word
words:
2022-08-08 18:38:04 +00:00
- 'system:'
- 'project_name:'
2022-08-07 00:11:11 +00:00
condition: and
- type: status
status:
- 200