29 lines
498 B
YAML
29 lines
498 B
YAML
id: pipfile-lock
|
|
|
|
info:
|
|
name: Pipfile.lock Disclosure
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: html:"Pipfile"
|
|
tags: exposure,pip,devops,cicd,files
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/Pipfile.lock"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- '"pipfile-spec":'
|
|
- '"requires"'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|