21 lines
411 B
YAML
21 lines
411 B
YAML
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: sauce,token,file
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '(?i)sauce.{0,50}\b([a-f0-9-]{36})\b' |