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

37 lines
726 B
YAML
Raw Normal View History

2022-08-15 06:42:26 +00:00
id: pipfile-config
info:
name: Pipfile Config - Detect
2022-08-15 06:42:26 +00:00
author: DhiyaneshDK
2022-08-15 22:24:42 +00:00
severity: info
description: Pipfile configuration was detected.
reference: https://pypi.org/project
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
2022-08-15 06:42:26 +00:00
metadata:
verified: true
shodan-query: html:"Pipfile"
tags: exposure,pip,devops,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/Pipfile"
matchers-condition: and
matchers:
- type: word
2022-08-15 22:24:42 +00:00
part: body
2022-08-15 06:42:26 +00:00
words:
- '[[source]]'
- '[packages]'
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2023/02/05