Skip to content

Shopify Private App Access Token

ID: shopify-private-token

Severity: high

Author: gaurang

Tags: file,keys,token

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

View on Github