Merge pull request #5115 from projectdiscovery/pyproject-toml

Create pyproject-toml.yaml
patch-1
Prince Chaddha 2022-08-16 17:55:41 -07:00 committed by GitHub
commit aa45a68b3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: pyproject-toml
info:
name: Pyproject.toml Configuration Exposure
author: DhiyaneshDK
severity: info
metadata:
verified: true
shodan-query: html:"pyproject.toml"
tags: exposure,pyproject,pip,devops,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/pyproject.toml"
matchers-condition: or
matchers:
- type: word
part: body
words:
- "[tool.black]"
- "exclude ="
condition: or
- type: word
part: body
words:
- "[tool.poetry]"
- "name ="
condition: or