2023-02-16 12:26:07 +00:00
|
|
|
id: mapbox-token-disclosure
|
2023-02-16 10:35:02 +00:00
|
|
|
|
|
|
|
info:
|
2023-02-16 12:26:07 +00:00
|
|
|
name: Mapbox Token Disclosure
|
2023-02-16 10:35:02 +00:00
|
|
|
author: Devang-Solanki
|
|
|
|
severity: medium
|
|
|
|
reference:
|
|
|
|
- https://docs.gitguardian.com/secrets-detection/detectors/specifics/mapbox_token
|
|
|
|
- https://github.com/zricethezav/gitleaks/blob/master/cmd/generate/config/rules/mapbox.go
|
|
|
|
metadata:
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2023-02-16 12:26:07 +00:00
|
|
|
tags: token,exposure,mapbox,disclosure
|
2023-02-16 10:35:02 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2023-02-16 10:35:02 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
name: mapbox-secret-token
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- 'sk\.eyJ1Ijoi\w+\.[\w-]*'
|