32 lines
594 B
YAML
32 lines
594 B
YAML
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: and
|
|
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "[tool.poetry]"
|
|
- "name ="
|
|
condition: and
|