Skip to content

Shopify Access Token

ID: shopify-access-token

Severity: high

Author: gaurang

Tags: file,keys,token

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

View on Github