diff --git a/exposures/files/pipeline-configuration.yaml b/exposures/files/pipeline-configuration.yaml new file mode 100644 index 0000000000..ba4b72955c --- /dev/null +++ b/exposures/files/pipeline-configuration.yaml @@ -0,0 +1,27 @@ +id: pipeline-configuration + +info: + name: Pipleline Configuration Exposure + author: DhiyaneshDK + severity: low + metadata: + verified: true + shodan-query: html:"pipeline.yaml" + tags: devops,exposure,cicd + +requests: + - method: GET + path: + - "{{BaseURL}}/pipeline.yaml" + + matchers-condition: and + matchers: + - type: word + words: + - 'system' + - 'project_name' + condition: and + + - type: status + status: + - 200