nuclei-templates/exposures/configs/pipfile-config.yaml

29 lines
491 B
YAML

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