Skip to content

Sauce Token

ID: sauce-token

Severity: info

Author: DhiyaneshDK

Tags: sauce,token,exposure

id: sauce-token
info:
name: Sauce Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/sauce.yml
metadata:
verified: true
max-request: 1
tags: sauce,token,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?i)sauce.{0,50}\b([a-f0-9-]{36})\b'
# digest: 4a0a00473045022100c49a5d004c71e292b2da0a333bef9bca3e2fdfeda31957ced5f14bd186af14b602202bd207cb51dc016fa96413f4d0137433097def76f005690f950b458446aca493: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/sauce/sauce-token.yaml"

View on Github