2022-08-15 06:42:26 +00:00
|
|
|
id: pipfile-config
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Pipfile Configuration Exposure
|
|
|
|
author: DhiyaneshDK
|
2022-08-15 22:24:42 +00:00
|
|
|
severity: info
|
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
|