Skip to content

Bitly Secret Key Disclosure

ID: bitly-secret-key

Severity: info

Author: Ice3man

Tags: exposure,token,bitly

id: bitly-secret-key
info:
name: Bitly Secret Key Disclosure
author: Ice3man
severity: info
metadata:
max-request: 1
tags: exposure,token,bitly
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- 'R_[0-9a-f]{32}'
# digest: 4a0a00473045022100a1a1064b2b50d5562905a09c8ea436fd4ad1351dc908d9016d321a7ce3c56f230220291dd7c3037c8220539889d32b212b44bd98ab05f9906128180e68b2ec766ee7: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/bitly/bitly-secret-key.yaml"

View on Github