Skip to content

Cloudinary Credentials Disclosure

ID: cloudinary-credentials

Severity: info

Author: Ice3man

Tags: exposure,token,cloudinary

id: cloudinary-credentials
info:
name: Cloudinary Credentials Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token,cloudinary
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'cloudinary://[0-9]+:[A-Za-z0-9\-_\.]+@[A-Za-z0-9\-_\.]+'
# digest: 4a0a00473045022100a26b36a3a34d09b5c1c271cbee82eab12952427acb4849e1436f88c65ec09eb1022069053f154b7699aef3ad986dafb32b31346a27b6f74041e9377766daf6988078: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/cloudinary/cloudinary-credentials.yaml"

View on Github