Skip to content

Square OAuth Secret

ID: square-oauth-secret

Severity: high

Author: gaurang

Tags: file,keys,token,square

id: square-oauth-secret
info:
name: Square OAuth Secret
author: gaurang
severity: high
tags: file,keys,token,square
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "sq0csp-[0-9A-Za-z\\-_]{43}"
# digest: 4b0a004830460221009eff13e060e78b8fbea27a25b87a6ce193f02391744250bc3e1a94f545768270022100f8fe5bad1dace677be60726344a801d7da74572c548c70220229e2dda0741ea8: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/square-oauth-secret.yaml"

View on Github