17 lines
305 B
YAML
17 lines
305 B
YAML
|
id: sendgrid-api-key
|
||
|
|
||
|
info:
|
||
|
name: Sendgrid API Key Disclosure
|
||
|
author: Ice3man
|
||
|
severity: info
|
||
|
tags: exposure,token
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
extractors:
|
||
|
- type: regex
|
||
|
part: body
|
||
|
regex:
|
||
|
- 'SG\.[a-zA-Z0-9-_]{22}\.[a-zA-Z0-9_-]{43}'
|