18 lines
286 B
YAML
18 lines
286 B
YAML
|
id: bitly-secret-key
|
||
|
|
||
|
info:
|
||
|
name: Bitly Secret Key Disclosure
|
||
|
author: Ice3man
|
||
|
severity: info
|
||
|
tags: exposure,token,bitly
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- 'R_[0-9a-f]{32}'
|