revert commit
parent
f06822363f
commit
69c3edb658
|
@ -2,7 +2,7 @@ id: twilio-api
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Twilio API Key
|
name: Twilio API Key
|
||||||
author: gaurang, shankar acharya
|
author: gaurang
|
||||||
severity: high
|
severity: high
|
||||||
tags: token,file
|
tags: token,file
|
||||||
|
|
||||||
|
@ -13,4 +13,4 @@ file:
|
||||||
extractors:
|
extractors:
|
||||||
- type: regex
|
- type: regex
|
||||||
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
|
- type: regex
|
||||||
part: body
|
part: body
|
||||||
regex:
|
regex:
|
||||||
|
<<<<<<< HEAD
|
||||||
- '(?i)twilio.{0,20}[a-f0-9]{32,34}'
|
- '(?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