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