nuclei-templates/exposures/tokens/shopify/shopify-customapp-token.yaml

24 lines
565 B
YAML

id: shopify-customapp-token
info:
name: Shopify Access Token (Custom App)
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/shopify.yml
- https://shopify.dev/apps/auth
- https://shopify.dev/changelog/app-secret-key-length-has-increased
metadata:
verified: "true"
tags: shopify,token,exposure
requests:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '\b(shpca_[a-fA-F0-9]{32})\b'