nuclei-templates/exposures/files/pyproject-disclosure.yaml

27 lines
542 B
YAML
Raw Normal View History

2021-07-21 08:27:17 +00:00
id: pyproject-disclosure
info:
name: Pyproject Disclosure
author: dhiyaneshDk
2021-07-23 21:43:09 +00:00
severity: info
2021-07-21 08:27:17 +00:00
reference: https://github.com/detectify/ugly-duckling/blob/master/modules/crowdsourced/pyproject-disclosure.json
tags: exposure,files
requests:
- method: GET
path:
- "{{BaseURL}}/pyproject.toml"
2021-07-21 08:27:17 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "[build-system]"
- "[tool.poetry]"
part: body
condition: and
2021-07-21 08:27:17 +00:00
- type: status
status:
- 200