Merge pull request #5434 from projectdiscovery/sendgrid-env

Create sendgrid-env.yaml
patch-1
Prince Chaddha 2022-09-22 16:24:26 +05:30 committed by GitHub
commit 832e19b639
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
id: sendgrid-env
info:
name: SendGrid Env File Exposure
author: DhiyaneshDk
severity: medium
metadata:
verified: true
shodan-query: html:"sendgrid.env"
tags: exposure,sendgrid
requests:
- method: GET
path:
- "{{BaseURL}}/sendgrid.env"
extractors:
- type: regex
part: body
regex:
- 'SG\.[a-zA-Z0-9-_]{22}\.[a-zA-Z0-9_-]{43}'