Sendgrid API Test
ID: api-sendgrid
Severity: info
Author: zzeitlin,0xpugal
Tags: token-spray,sendgrid
Description
Section titled “Description”A REST-like interface that enables you to send email at scale, ensuring your application can handle high-volume email with ease.
YAML Source
Section titled “YAML Source”id: api-sendgrid
info: name: Sendgrid API Test author: zzeitlin,0xpugal severity: info description: | A REST-like interface that enables you to send email at scale, ensuring your application can handle high-volume email with ease. reference: - https://www.twilio.com/docs/sendgrid/api-reference/how-to-use-the-sendgrid-v3-api metadata: verified: true max-request: 1 tags: token-spray,sendgrid
self-contained: true
http: - method: GET path: - "https://api.sendgrid.com/v3/scopes"
headers: Authorization: Bearer {{token}} Content-Type: application/json
matchers-condition: and matchers: - type: word part: body words: - '"scopes":['
- type: word part: header words: - 'application/json'
- type: status status: - 200# digest: 4a0a00473045022100d75dff191e8f9ef96eafc9907e78752259629b9516409971f8f929b47ce7d1430220276dd0da54c3a2ce79f174acf46a4de957ae520931a150218543d033b71f8159:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/token-spray/api-sendgrid.yaml"