diff --git a/exposures/configs/pipfile-config.yaml b/exposures/configs/pipfile-config.yaml new file mode 100644 index 0000000000..bc8e8b2192 --- /dev/null +++ b/exposures/configs/pipfile-config.yaml @@ -0,0 +1,28 @@ +id: pipfile-config + +info: + name: Pipfile Configuration Exposure + author: DhiyaneshDK + severity: info + metadata: + verified: true + shodan-query: html:"Pipfile" + tags: exposure,pip,devops,cicd + +requests: + - method: GET + path: + - "{{BaseURL}}/Pipfile" + + matchers-condition: and + matchers: + - type: word + part: body + words: + - '[[source]]' + - '[packages]' + condition: and + + - type: status + status: + - 200