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