nuclei-templates/exposures/tokens/shopify/shopify-app-secret.yaml

24 lines
545 B
YAML

id: shopify-app-secret
info:
name: Shopify App Secret
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(shpss_[a-fA-F0-9]{32})\b'