revert commit
parent
f06822363f
commit
69c3edb658
|
@ -2,7 +2,7 @@ id: twilio-api
|
|||
|
||||
info:
|
||||
name: Twilio API Key
|
||||
author: gaurang, shankar acharya
|
||||
author: gaurang
|
||||
severity: high
|
||||
tags: token,file
|
||||
|
||||
|
@ -13,4 +13,4 @@ file:
|
|||
extractors:
|
||||
- type: regex
|
||||
regex:
|
||||
- "(?i)twilio(.{0,20})?[0-9a-f]{32,34}"
|
||||
- "(?i)twilio(.{0,20})?SK[0-9a-f]{32}"
|
|
@ -20,4 +20,8 @@ http:
|
|||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
<<<<<<< HEAD
|
||||
- '(?i)twilio.{0,20}[a-f0-9]{32,34}'
|
||||
=======
|
||||
- '(?i)twilio.{0,20}\b(sk[a-f0-9]{32})\b'
|
||||
>>>>>>> parent of e0c79e960 (my template extracts all the keys if the word twilio is present.)
|
||||
|
|
Loading…
Reference in New Issue