Skip to content

Twilio API Key

ID: twilio-api

Severity: high

Author: gaurang

Tags: file,keys,token

id: twilio-api
info:
name: Twilio API Key
author: gaurang
severity: high
tags: file,keys,token
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "(?i)twilio(.{0,20})?SK[0-9a-f]{32}"
# digest: 4a0a00473045022100ffe6022fda5afdec15222c8e66f822fed5a8804cca24a49f265d52d6213200870220647fca0e34785ee92ebc54f741fd89faf3bd7ed2627b49c7e0593a5aaf7bb24d: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 "file/keys/twilio-api.yaml"

View on Github