2023-07-14 11:42:53 +00:00
|
|
|
id: easypost-testtoken
|
2023-07-04 09:09:14 +00:00
|
|
|
|
|
|
|
info:
|
2023-07-14 11:42:53 +00:00
|
|
|
name: Easypost Test API Token
|
2023-07-04 09:09:14 +00:00
|
|
|
author: DhiyaneshDK
|
|
|
|
severity: info
|
|
|
|
reference:
|
2023-07-14 11:42:53 +00:00
|
|
|
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/easypost-test-api-token.go
|
|
|
|
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/easypost-test-api-token.yaml
|
2023-07-04 09:09:14 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2023-07-14 11:42:53 +00:00
|
|
|
tags: easypost,exposure,tokens
|
2023-07-04 09:09:14 +00:00
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
regex:
|
2023-10-14 11:27:55 +00:00
|
|
|
- EZTK(?i)[a-z0-9]{54}
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a004730450220619e19d560fcb1127c74516df8a1b0aa075f29c14adb244f084d3576ad07350002210084e9c4e9b7b68a8ff1cebab358043be56f09408797eb224c48d0bb79da7fde1f:922c64590222798bb761d5b6d8e72950
|