28 lines
774 B
YAML
28 lines
774 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
|
|
max-request: 1
|
|
tags: shopify,token,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '\b(shpca_[a-fA-F0-9]{32})\b'
|
|
|
|
# digest: 4a0a004730450220458e541fb6606d7a645e09b61b5c4443b26c02c5cd20d4b26a8658f727d23316022100bedd4e6620eb8a8babc1ba4882f8df3f093b745644d2e6b41ec2d5bae6b507ea:922c64590222798bb761d5b6d8e72950
|