Skip to content

Etsy Access Token

ID: etsy-access-token

Severity: info

Author: DhiyaneshDK

Tags: file,keys,etsy,token

id: etsy-access-token
info:
name: Etsy Access Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/etsy-access-token.yaml
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/etsy-access-token.go
metadata:
verified: true
tags: file,keys,etsy,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- (?i)(?:etsy)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{24})(?:['|\"|\n|\r|\s|\x60|;]|$)
# digest: 490a0046304402202f5bba314cb1feb75691ed5ed9dee90ebdf3c405bacf10be57da6e86a7391dd8022015a4b0f972f1eca0ddc85f853b889d69b50009aa6302c7913581a3c5964337a6: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/etsy-access-token.yaml"

View on Github