2022-08-15 06:42:26 +00:00
|
|
|
id: pipfile-config
|
|
|
|
|
|
|
|
info:
|
2023-02-05 18:37:22 +00:00
|
|
|
name: Pipfile Config - Detect
|
2022-08-15 06:42:26 +00:00
|
|
|
author: DhiyaneshDK
|
2022-08-15 22:24:42 +00:00
|
|
|
severity: info
|
2023-02-05 22:08:39 +00:00
|
|
|
description: Pipfile configuration information was detected.
|
2023-02-05 18:34:08 +00:00
|
|
|
reference: https://pypi.org/project
|
|
|
|
classification:
|
2023-03-03 15:27:54 +00:00
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
2023-02-05 18:34:08 +00:00
|
|
|
cwe-id: CWE-200
|
2022-08-15 06:42:26 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: html:"Pipfile"
|
|
|
|
tags: exposure,pip,devops,cicd
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/Pipfile"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
2022-08-15 22:24:42 +00:00
|
|
|
part: body
|
2022-08-15 06:42:26 +00:00
|
|
|
words:
|
|
|
|
- '[[source]]'
|
|
|
|
- '[packages]'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-02-05 18:34:08 +00:00
|
|
|
|
|
|
|
# Enhanced by mp on 2023/02/05
|