From c7406555dd6d51353db5ba7dbf1d0e0225a02d15 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sun, 7 Aug 2022 05:41:11 +0530 Subject: [PATCH] Create pipeline-configuration.yaml --- exposures/files/pipeline-configuration.yaml | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 exposures/files/pipeline-configuration.yaml 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