Merge pull request #5113 from projectdiscovery/pipfile-config

Create pipfile-config.yaml
patch-1
Prince Chaddha 2022-08-15 15:27:09 -07:00 committed by GitHub
commit 781b24af24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -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