Pipfile Config - Detect
ID: pipfile-config
Severity: info
Author: DhiyaneshDK
Tags: exposure,pip,devops,cicd
Description
Section titled “Description”Pipfile configuration information was detected.
YAML Source
Section titled “YAML Source”id: pipfile-config
info: name: Pipfile Config - Detect author: DhiyaneshDK severity: info description: Pipfile configuration information was detected. reference: https://pypi.org/project classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0 cwe-id: CWE-200 metadata: verified: true max-request: 1 shodan-query: html:"Pipfile" tags: exposure,pip,devops,cicd
http: - method: GET path: - "{{BaseURL}}/Pipfile"
matchers-condition: and matchers: - type: word part: body words: - '[[source]]' - '[packages]' condition: and
- type: status status: - 200# digest: 4a0a0047304502201fa64e680cbe489b3964ca37b2f59ce3a7174dfd5e73526031cec7898b00012202210096cfc9cd675509f38f9578539ae208861de33cf2a0cb8f1abfbebf0a5e112d2c:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/configs/pipfile-config.yaml"