commit
781b24af24
|
@ -0,0 +1,28 @@
|
|||
id: pipfile-config
|
||||
|
||||
info:
|
||||
name: Pipfile Configuration Exposure
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: html:"Pipfile"
|
||||
tags: exposure,pip,devops,cicd
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/Pipfile"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- '[[source]]'
|
||||
- '[packages]'
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue