This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
regex_v2.json
122 lines (122 loc) · 3.11 KB
/
regex_v2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
[
{
"nombre":"Cloudinary",
"regex":"cloudinary://.*"
},
{
"nombre":"Firebase URL",
"regex":".*firebaseio\\.com"
},
{
"nombre":"Slack Token",
"regex":"(xox[p|b|o|a]-[0-9]{12}-[0-9]{12}-[0-9]{12}-[a-z0-9]{32})"
},
{
"nombre":"Amazon AWS Access Key ID",
"regex":"AKIA[0-9A-Z]{16}"
},
{
"nombre":"Amazon MWS Auth Token",
"regex":"amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
},
{
"nombre":"AWS API Key",
"regex":"AKIA[0-9A-Z]{16}"
},
{
"nombre":"Facebook Access Token",
"regex":"EAACEdEose0cBA[0-9A-Za-z]+"
},
{
"nombre":"Facebook OAuth",
"regex":"[f|F][a|A][c|C][e|E][b|B][o|O][o|O][k|K].*['|\"][0-9a-f]{32}['|\"]"
},
{
"nombre":"GitHub",
"regex":"[g|G][i|I][t|T][h|H][u|U][b|B].*['|\"][0-9a-zA-Z]{35,40}['|\"]"
},
{
"nombre":"Generic API Key",
"regex":"[a|A][p|P][i|I][_]?[k|K][e|E][y|Y].*['|\"][0-9a-zA-Z]{32,45}['|\"]"
},
{
"nombre":"Generic Secret",
"regex":"[s|S][e|E][c|C][r|R][e|E][t|T].*['|\"][0-9a-zA-Z]{32,45}['|\"]"
},
{
"nombre":"Google API Key",
"regex":"AIza[0-9A-Za-z\\-_]{35}"
},
{
"nombre":"Google Cloud Platform OAuth",
"regex":"[0-9]+-[0-9A-Za-z_]{32}\\.apps\\.googleusercontent\\.com"
},
{
"nombre":"Google Drive OAuth",
"regex":"[0-9]+-[0-9A-Za-z_]{32}\\.apps\\.googleusercontent\\.com"
},
{
"nombre":"Google (GCP) Service-account",
"regex":"\"type\": \"service_account\""
},
{
"nombre":"Google Gmail OAuth",
"regex":"[0-9]+-[0-9A-Za-z_]{32}\\.apps\\.googleusercontent\\.com"
},
{
"nombre":"Google OAuth Access Token",
"regex":"ya29\\.[0-9A-Za-z\\-_]+"
},
{
"nombre":"Google YouTube OAuth",
"regex":"[0-9]+-[0-9A-Za-z_]{32}\\.apps\\.googleusercontent\\.com"
},
{
"nombre":"Heroku API Key",
"regex":"[h|H][e|E][r|R][o|O][k|K][u|U].*[0-9A-F]{8}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{4}-[0-9A-F]{12}"
},
{
"nombre":"MailChimp API Key",
"regex":"[0-9a-f]{32}-us[0-9]{1,2}"
},
{
"nombre":"Mailgun API Key",
"regex":"key-[0-9a-zA-Z]{32}"
},
{
"nombre":"Password in URL",
"regex":"[a-zA-Z]{3,10}://[^/\\s:@]{3,20}:[^/\\s:@]{3,20}@.{1,100}[\"'\\s]"
},
{
"nombre":"PayPal Braintree Access Token",
"regex":"access_token\\$production\\$[0-9a-z]{16}\\$[0-9a-f]{32}"
},
{
"nombre":"Picatic API Key",
"regex":"sk_live_[0-9a-z]{32}"
},
{
"nombre":"Slack Webhook",
"regex":"https://hooks.slack.com/services/T[a-zA-Z0-9_]{8}/B[a-zA-Z0-9_]{8}/[a-zA-Z0-9_]{24}"
},
{
"nombre":"Stripe API Key",
"regex":"sk_live_[0-9a-zA-Z]{24}"
},
{
"nombre":"Stripe Restricted API Key",
"regex":"rk_live_[0-9a-zA-Z]{24}"
},
{
"nombre":"Square Access Token",
"regex":"sq0atp-[0-9A-Za-z\\-_]{22}"
},
{
"nombre":"Square OAuth Secret",
"regex":"sq0csp-[0-9A-Za-z\\-_]{43}"
},
{
"nombre":"Twilio API Key",
"regex":"SK[0-9a-fA-F]{32}"
}
]