-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpatterns.js
355 lines (352 loc) · 8.06 KB
/
patterns.js
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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
let { tlds } = require('./utils')
const patterns = [
// regex-patterns by Michael Smith (@moneals on GitHub, https://github.com/moneals) <3
{
tld: undefined,
regex: {
domainName: 'Domain Name: *([^\\s]+)',
registrar: 'Registrar: *(.+)',
updatedDate: 'Updated Date: *(.+)',
creationDate: 'Creat(ed|ion) Date: *(.+)',
expirationDate: 'Expir\\w+ Date: *(.+)',
status: 'Status:\\s*(.+)\\s*\\n',
},
etc: {
notFound: '(No match for |Domain not found|NOT FOUND\\s)',
dateFormat: 'YYYY-MM-DDThh:mm:ssZ'
}
},
{
tld: 'au',
regex: {
domainName: 'Domain Name: *([^\\s]+)',
registrar: 'Registrar Name: *(.+)',
updatedDate: 'Last Modified: *(.+)',
status: 'Status: *(.+)',
},
etc: {
rateLimited: 'WHOIS LIMIT EXCEEDED'
}
},
{
tld: 'us',
etc: {
notFound: '^No Data Found'
}
},
{
tld: 'ru',
regex: {
domainName: 'domain: *([^\\s]+)',
registrar: 'registrar: *(.+)',
updatedDate: 'updated on *(.+)',
creationDate: 'created: *(.+)',
expirationDate: 'paid-till: *(.+)',
status: 'state: *(.+)'
},
etc: {
notFound: 'No entries found'
}
},
{
tld: 'uk',
regex: {
domainName: 'Domain name:\\s*([^\\s]+)',
registrar: 'Registrar:\\s*(.+)',
updatedDate: 'Last updated:\\s*(.+)',
creationDate: 'Registered on:\\s*(.+)',
expirationDate: 'Expiry date:\\s*(.+)',
status: 'Registration status:\\s*(.+)'
}
},
{
tld: 'fr',
regex: {
domainName: 'domain: *([^\\s]+)',
registrar: 'registrar: *(.+)',
updatedDate: 'last-update: *(.+)',
creationDate: 'created: *(.+)',
expirationDate: 'Expir\\w+ Date:\\s?(.+)',
status: 'status: *(.+)',
}
},
{
tld: 'nl',
regex: {
domainName: 'Domain name: *([^\\s]+)',
registrar: 'Registrar: *\\s*(.+)',
status: 'Status: *(.+)'
},
etc: {
notFound: ' is free'
}
},
{
tld: 'fi',
regex: {
domainName: 'domain\\.*: *([\\S]+)',
registrar: 'registrar\\.*: *(.*)',
updatedDate: 'modified\\.*: *([\\S]+)',
creationDate: 'created\\.*: *([\\S]+)',
expirationDate: 'expires\\.*: *([\\S]+)',
status: 'status\\.*: *([\\S]+)'
}
},
{
tld: 'jp',
regex: {
domainName: '\\[Domain Name\\]\\s*([^\\s]+)',
registrar: '\\[(登録者名|Registrant)\\]\\s?(.+)',
updatedDate: '\\[(最終更新|Last Updated)\\]\\s?(.+)',
creationDate: '\\[(登録年月日|Created on)\\]\\s?(.+)',
expirationDate: '\\[(有効期限|Expires on)\\]\\s?(.+)',
status: '\\[(状態|Status)\\]\\s*(.+)'
},
etc: {
notFound: 'No match!!'
}
},
{
tld: 'pl',
regex: {
domainName: 'DOMAIN NAME: *(.+)',
registrar: 'REGISTRAR: *\\s*(.+)',
updatedDate: 'last modified: *(.+)',
creationDate: 'created: *(.+)',
expirationDate: 'renewal date: *(.+)',
status: 'Registration status:\\n\\s*(.+)'
},
etc: {
notFound: 'No information available about domain name'
}
},
{
tld: 'br',
regex: {
domainName: 'domain: *([^\\s]+)\n',
updatedDate: 'changed: *(.+)',
creationDate: 'created: *(.+)',
expirationDate: 'expires: *(.+)',
status: 'status: *(.+)'
}
},
{
tld: 'eu',
regex: {
domainName: 'Domain: *([^\\n\\r]+)',
registrar: 'Registrar: *\\n *Name: *([^\\n\\r]+)'
},
etc: {
notFound: 'Status:\\s+AVAILABLE'
}
},
{
tld: 'ee',
regex: {
domainName: 'Domain: *[\\n\\r]+\s*name: *([^\\n\\r]+)',
registrar: 'Registrar: *[\\n\\r]+\\s*name: *([^\\n\\r]+)',
updatedDate: 'Domain: *[\\n\\r]+\\s*name: *[^\\n\\r]+\\sstatus: *[^\\n\\r]+\\sregistered: *[^\\n\\r]+\\schanged: *([^\\n\\r]+)',
creationDate: 'Domain: *[\\n\\r]+\\s*name: *[^\\n\\r]+\\sstatus: *[^\\n\\r]+\\sregistered: *([^\\n\\r]+)',
expirationDate: 'Domain: *[\\n\\r]+\\s*name: *[^\\n\\r]+\\sstatus: *[^\\n\\r]+\\sregistered: *[^\\n\\r]+\\schanged: *[^\\n\\r]+\\sexpire: *([^\\n\\r]+)',
status: 'Domain: *[\\n\\r]+\\s*name: *[^\\n\\r]+\\sstatus: *([^\\n\\r]+)'
}
},
{
tld: 'kr',
regex: {
domainName: 'Domain Name\\s*: *([^\\s]+)',
registrar: 'Authorized Agency\\s*: *(.+)',
updatedDate: 'Last Updated Date\\s*: *(.+)',
creationDate: 'Registered Date\\s*: *(.+)',
expirationDate: 'Expiration Date\\s*: *(.+)'
},
etc: {
notFound: 'The requested domain was not found',
dateFormat: 'YYYY. MM. DD.'
}
},
{
tld: 'bg',
regex: {
domainName: 'DOMAIN NAME: *([^\\s]+)',
status: 'registration status:\\s*(.+)',
},
etc: {
notFound: 'registration status: available',
rateLimited: 'Query limit exceeded'
}
},
{
tld: 'de',
regex: {
domainName: 'Domain: *([^\\s]+)',
updatedDate: 'Changed: *(.+)',
status: 'Status: *(.+)'
},
etc: {
notFound: 'Status: *free'
}
},
{
tld: 'at',
regex: {
domainName: 'domain: *([^\\s]+)',
registrar: 'registrar: *(.+)',
updatedDate: 'changed: *(.+)'
},
etc: {
notFound: ' nothing found',
dateFormat: 'YYYYMMDD hh:mm:ss',
rateLimited: 'Quota exceeded'
}
},
{
tld: 'ca',
etc: {
notFound: 'Not found: '
}
},
{
tld: 'be',
regex: {
domainName: 'Domain:\\s*([^\\s]+)',
registrar: 'Registrar: *[\\n\\r]+\\s*Name:\\s*(.+)',
creationDate: 'Registered: *(.+)',
status: 'Status:\\s*(.+)'
},
etc: {
notFound: 'Status:\\s*AVAILABLE',
dateFormat: 'ddd MMM DD YYYY'
}
},
{
tld: 'info',
etc: {
notFound: '^(NOT FOUND|Domain not found)',
dateFormat: 'YYYY-MM-DDTHH:mm:ssZ'
}
},
{
tld: 'kg',
regex: {
domainName: 'Domain\\s*([^\\s]+)',
registrar: 'Domain support: \\s*(.+)',
updatedDate: 'Record last updated on:\\s*(.+)',
creationDate: 'Record created:\\s*(.+)',
expirationDate: 'Record expires on:\\s*(.+)'
},
etc: {
dateFormat: 'ddd MMM DD HH:mm:ss YYYY',
notFound: 'domain is available for registration'
}
},
{
tld: 'ch',
regex: {
domainName: 'Domain name: *(.+)',
registrar: 'Registrar: *(.+)',
creationDate: 'First registration date: *(.+)',
},
etc: {
notFound: 'We do not have an entry in our database matching your query',
dateFormat: 'DD MMM YYYY',
rateLimited: 'Please wait a moment and try again.'
}
},
{
tld: 'id',
regex: {
domainName: 'Domain Name: ([^\\s]+)',
registrar: 'Sponsoring Registrar Organization:(.+)',
updatedDate: 'Last Updated On: (.+)',
creationDate: 'Created On: (.+)',
expirationDate: 'Expiration Date: (.+)',
status: 'Status:(.+)'
},
etc: {
notFound: 'DOMAIN NOT FOUND',
dateFormat: 'YYYY-MM-DD HH:mm:ss'
}
},
{
tld: 'sk',
regex: {
domainName: 'Domain:\\s*([^\\s]+)',
registrar: 'Registrar:\\s*(.+)',
updatedDate: 'Updated:\\s*(.+)',
creationDate: 'Created:\\s*(.+)',
expirationDate: 'Valid Until:\\s*(.+)',
status: 'Status:\\s*(.+)'
},
etc: {
notFound: 'Domain not found',
dateFormat: 'YYYY-MM-DD'
}
},
{
tld: 'se',
regex: {
domainName: 'domain\\.*: *([^\\s]+)',
registrar: 'registrar: *(.+)',
updatedDate: 'modified\\.*: *(.+)',
creationDate: 'created\\.*: *(.+)',
expirationDate: 'expires\\.*: *(.+)',
status: 'status\\.*: *(.+)'
},
etc: {
notFound: '\\" not found.',
dateFormat: 'YYYY-MM-DD'
}
},
{
tld: 'is',
regex: {
domainName: 'domain\\.*: *([^\\s]+)',
creationDate: 'created\\.*: *(.+)',
expirationDate: 'expires\\.*: *(.+)'
},
etc: {
dateFormat: 'MMM DD YYYY',
notFound: 'No entries found for query'
}
},
{
tld: 'co',
etc: {
notFound: 'No Data Found'
}
},
// My custom tld-patterns
// custom-regex format: { tld<Str> && (regex<Obj> || etc<Obj>) }
{
tld: 'it',
regex: {
domainName: 'Domain: *(.+)',
registrar: 'Registrar*[\\n\\r]+\\s*Organization:\\s*(.+)',
updatedDate: 'Last Update: *(.+)',
creationDate: 'Created: *(.+)',
expirationDate: 'Expire Date: *(.+)'
},
etc: {
notFound: 'Status:\\s+AVAILABLE',
dateFormat: 'YYYY-MM-DD HH:mm:ss'
}
},
{
tld: 'am',
regex: {
domainName: 'Domain name: *([^\\s]+)',
updatedDate: 'Last modified: *(.+)',
creationDate: 'Registered: *(.+)',
expirationDate: 'Expires: *(.+)'
},
etc: {
dateFormat: 'YYYY-MM-DD',
notFound: 'No match'
}
}
]
module.exports = (optimize=false) => {
if (!optimize) tlds.map(tld => !patterns.filter(el => el.tld === tld).length ? patterns.push({ tld: tld }) : '')
return patterns
}