Skip to content

Shoppable Service Auth Token

ID: shoppable-token

Severity: unknown

Author: philippedelteil

Tags: exposure,shoppable,token,auth,service,generic

id: shoppable-token
info:
name: Shoppable Service Auth Token
author: philippedelteil
severity: unknown
reference:
- https://ask.shoppable.com/knowledge/quick-start-api-guide
metadata:
max-request: 1
tags: exposure,shoppable,token,auth,service,generic
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: body
words:
- data-shoppable-auth-token
# digest: 490a004630440220082dbfad348c6081f5111d727437913c0032db74a810f1f1e98d8bef2c99a2550220153d8131daf54d4fdcc63199d5b3e9d40e16b42cf9ed8cb018ebb84709b50719: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 "http/exposures/tokens/generic/shoppable-token.yaml"

View on Github