Skip to content

Salesforce Access Token

ID: salesforce-access

Severity: info

Author: DhiyaneshDK

Tags: salesforce,keys,file

id: salesforce-access
info:
name: Salesforce Access Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/crates/noseyparker/data/default/builtin/rules/salesforce.yml
metadata:
verified: true
tags: salesforce,keys,file
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- \b(00[a-zA-Z0-9]{13}![a-zA-Z0-9._]{96})(?:\b|$|[^a-zA-Z0-9._])
# digest: 490a0046304402201bf0a27212701add07daff4b689c4da87d1857da4939dc9302c029a9e2e2b363022044a1c62c1aff33bf3d827406fcda6b6e29b12055247aae8ece3617ffd49a5080: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/salesforce/salesforce-access.yaml"

View on Github