28 lines
745 B
YAML
28 lines
745 B
YAML
id: pypi-upload-token
|
|
|
|
info:
|
|
name: PyPI Upload Token
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/pypi.yml
|
|
- https://github.com/pypa/warehouse/issues/6051
|
|
- https://pypi.org/project/pypitoken/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: pypi,token,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- "(pypi-AgEIcHlwaS5vcmc[a-zA-Z0-9_-]{50,})"
|
|
|
|
# digest: 4a0a00473045022074388264b516ead365eea86415bb651d76ef7c40c808d96a4f8d88eafacc23c3022100fcdcb231ebc90123d719d48ead1446a7f206fb6756555045dcc30dd355ac5e2b:922c64590222798bb761d5b6d8e72950
|