commit
aa45a68b3a
|
@ -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
|
Loading…
Reference in New Issue