mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
parent
046c2957f3
commit
98fbd525ee
1 changed files with 12 additions and 12 deletions
|
@ -234,7 +234,7 @@
|
|||
"BOOTH": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://booth.pm/",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.booth.pm/",
|
||||
"urlMain": "https://booth.pm/",
|
||||
"username_claimed": "blue"
|
||||
|
@ -397,7 +397,7 @@
|
|||
"Carbonmade": {
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://carbonmade.com/fourohfour?domain={}.carbonmade.com",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.carbonmade.com",
|
||||
"urlMain": "https://carbonmade.com/",
|
||||
"username_claimed": "jenny"
|
||||
|
@ -571,7 +571,7 @@
|
|||
},
|
||||
"Crevado": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.crevado.com",
|
||||
"urlMain": "https://crevado.com/",
|
||||
"username_claimed": "blue"
|
||||
|
@ -930,7 +930,7 @@
|
|||
},
|
||||
"GitBook": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.gitbook.io/",
|
||||
"urlMain": "https://gitbook.com/",
|
||||
"username_claimed": "gitbook"
|
||||
|
@ -1199,7 +1199,7 @@
|
|||
},
|
||||
"Itch.io": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.itch.io/",
|
||||
"urlMain": "https://itch.io/",
|
||||
"username_claimed": "blue"
|
||||
|
@ -1220,7 +1220,7 @@
|
|||
},
|
||||
"Jimdo": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.jimdosite.com",
|
||||
"urlMain": "https://jimdosite.com/",
|
||||
"username_claimed": "jenny"
|
||||
|
@ -1708,7 +1708,7 @@
|
|||
},
|
||||
"Rajce.net": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.rajce.idnes.cz/",
|
||||
"urlMain": "https://www.rajce.idnes.cz/",
|
||||
"username_claimed": "blue"
|
||||
|
@ -2302,7 +2302,7 @@
|
|||
},
|
||||
"WebNode": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.webnode.cz/",
|
||||
"urlMain": "https://www.webnode.cz/",
|
||||
"username_claimed": "radkabalcarova"
|
||||
|
@ -2343,7 +2343,7 @@
|
|||
},
|
||||
"Wix": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.wix.com",
|
||||
"urlMain": "https://wix.com/",
|
||||
"username_claimed": "support"
|
||||
|
@ -2714,7 +2714,7 @@
|
|||
},
|
||||
"nnRU": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.www.nn.ru/",
|
||||
"urlMain": "https://www.nn.ru/",
|
||||
"username_claimed": "blue"
|
||||
|
@ -2792,7 +2792,7 @@
|
|||
},
|
||||
"skyrock": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z0-9@_-]$",
|
||||
"regexCheck": "^[\\w@-]+?$",
|
||||
"url": "https://{}.skyrock.com/",
|
||||
"urlMain": "https://skyrock.com/",
|
||||
"username_claimed": "red"
|
||||
|
@ -2857,4 +2857,4 @@
|
|||
"urlMain": "https://znanylekarz.pl",
|
||||
"username_claimed": "janusz-nowak"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue