Skip to content

Twilio API Key

ID: twilio-api-key

Severity: info

Author: DhiyaneshDK

Tags: twilio,token,exposure

id: twilio-api-key
info:
name: Twilio API Key
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/twilio.yml
metadata:
verified: true
max-request: 1
tags: twilio,token,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?i)twilio.{0,20}\b(sk[a-f0-9]{32})\b'
# digest: 4a0a00473045022100feaade5007cccb8e04c2ff4e538e833a34dc1d71513b93d1332272ca7d9c692b0220469807847914fe6d57640e7dd725a5f27c7290daa6eac3805fd48dac50273281:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/twilio/twilio-api-key.yaml"

View on Github