Skip to content

Shopify Custom App Access Token

ID: shopify-custom-token

Severity: high

Author: gaurang

Tags: file,keys,token

id: shopify-custom-token
info:
name: Shopify Custom App Access Token
author: gaurang
severity: high
tags: file,keys,token
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "shpca_[a-fA-F0-9]{32}"
# digest: 4a0a00473045022016a7f01e97e51ee648fc4dbfbf7cf33187ed94b17edd120268ca4991bce6b286022100d66b3de44799bcd6c6303a763b1b8054e9854e5581be81678e91567c42f50e71: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/shopify-custom-token.yaml"

View on Github