25 lines
558 B
YAML
25 lines
558 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:
|
|
max-request: 1
|
|
verified: true
|
|
tags: shopify,token,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '\b(shpss_[a-fA-F0-9]{32})\b' |