Skip to content

Sauce Access Token

ID: sauce-access-token

Severity: info

Author: DhiyaneshDK

Tags: file,keys,sauce,token

id: sauce-access-token
info:
name: Sauce Access Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/sauce.yml
metadata:
verified: true
tags: file,keys,sauce,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- '(?i)sauce.{0,50}\b([a-f0-9-]{36})\b'
# digest: 4a0a004730450220413810c44c845b16ec32b428bc176ffdd92b82341019b311a4174fc9e4c1ba03022100cc4c6d4a2cecc17c27e844ae3b51acba900d96ebeaa872cc0abb97a2c0a08c25: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 "file/keys/sauce-access-token.yaml"

View on Github