2023-02-12 13:12:05 +00:00
|
|
|
id: mapbox-token
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Mapbox Token
|
|
|
|
author: Devang-Solanki
|
|
|
|
severity: medium
|
2023-02-16 10:42:11 +00:00
|
|
|
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-06-04 08:13:42 +00:00
|
|
|
verified: true
|
2024-01-14 09:21:50 +00:00
|
|
|
tags: file,keys,token,mapbox
|
2023-02-12 13:12:05 +00:00
|
|
|
file:
|
|
|
|
- extensions:
|
|
|
|
- all
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
2023-02-16 10:42:11 +00:00
|
|
|
name: mapbox-public-token
|
|
|
|
part: body
|
2023-02-12 13:12:05 +00:00
|
|
|
regex:
|
2023-02-16 10:42:11 +00:00
|
|
|
- 'pk\.eyJ1Ijoi\w+\.[\w-]*'
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
name: mapbox-secret-token
|
|
|
|
part: body
|
|
|
|
regex:
|
|
|
|
- 'sk\.eyJ1Ijoi\w+\.[\w-]*'
|
2024-01-26 08:31:11 +00:00
|
|
|
# digest: 4a0a00473045022100a7ea48306be5c2b2cfc395952e068bd2e299957868b11ba57c2c45fa49ff188502201ba10a29d5332a82ed0fa1c984668ce2df5e2213391127664a2eef6a04a299a9:922c64590222798bb761d5b6d8e72950
|