Skip to content

Easypost Test API Token

ID: easypost-test-token

Severity: info

Author: DhiyaneshDK

Tags: file,keys,easypost,token

id: easypost-test-token
info:
name: Easypost Test API Token
author: DhiyaneshDK
severity: info
reference:
- 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
metadata:
verified: true
tags: file,keys,easypost,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- EZTK(?i)[a-z0-9]{54}
# digest: 4a0a0047304502203dd85db2c1068997e8fb7bc62655321696e8f1358abd691a5f5df79b54827cd7022100bf06d82d933e44e7d9b9f3cea879f1eda8e030d0c31f01b3c9c615d64c22e7f1:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/keys/easypost/easypost-test-token.yaml"

View on Github