nuclei-templates/http/exposures/tokens/twilio/twilio-api-key.yaml

24 lines
468 B
YAML
Raw Normal View History

2023-03-07 09:40:29 +00:00
id: twilio-api-key
info:
name: Twilio API Key
2023-09-26 06:45:36 +00:00
author: DhiyaneshDK, Shankar Acharya
2023-03-07 09:40:29 +00:00
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/twilio.yml
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-03-07 09:40:29 +00:00
tags: twilio,token,exposure
http:
2023-03-07 09:40:29 +00:00
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
2023-10-03 12:58:59 +00:00
- '(?i)twilio.{0,20}\b(sk[a-f0-9]{32})\b'