From 9c00293a9672a6994f2e6f8baa50b5449cd37df8 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sun, 1 May 2022 11:22:53 +0200 Subject: [PATCH] removed CapFriendly --- removed_sites.json | 9 +++++++++ removed_sites.md | 19 ++++++++++++++++++- sherlock/resources/data.json | 9 --------- 3 files changed, 27 insertions(+), 10 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 46089e2..02293fc 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -660,4 +660,13 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "CapFriendly": { + "errorMsg": "
No results found
", + "errorType": "message", + "regexCheck": "^[a-zA-z][a-zA-Z0-9_]{2,79}$", + "url": "https://www.capfriendly.com/users/{}", + "urlMain": "https://www.capfriendly.com/", + "username_claimed": "thisactuallyexists", + "username_unclaimed": "noonewouldeverusethis7" + } } diff --git a/removed_sites.md b/removed_sites.md index a965ac3..5450312 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1269,7 +1269,7 @@ As of 2022-02-6, Facenama seems to be down their rebuilding their site ## Designspiration -as of 2022-04-17, Designspiration seems to be down or very laggy. Therefore, we're removing the site for now. +As of 2022-04-17, Designspiration seems to be down or very laggy. Therefore, we're removing the site for now. ``` "Designspiration": { @@ -1280,3 +1280,20 @@ as of 2022-04-17, Designspiration seems to be down or very laggy. Therefore, we' "username_unclaimed": "noonewouldeverusethis7" }, ``` + +## CapFriendly + +As of 2022-05-01, CapFriendly always shows that a username exists even though it doesn't. This +then of course causes false positives in Sherlock's results. + +``` + "CapFriendly": { + "errorMsg": "
No results found
", + "errorType": "message", + "regexCheck": "^[a-zA-z][a-zA-Z0-9_]{2,79}$", + "url": "https://www.capfriendly.com/users/{}", + "urlMain": "https://www.capfriendly.com/", + "username_claimed": "thisactuallyexists", + "username_unclaimed": "noonewouldeverusethis7" + }, +``` diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index b9e872f..af880ed 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -332,15 +332,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis" }, - "CapFriendly": { - "errorMsg": "
No results found
", - "errorType": "message", - "regexCheck": "^[a-zA-z][a-zA-Z0-9_]{2,79}$", - "url": "https://www.capfriendly.com/users/{}", - "urlMain": "https://www.capfriendly.com/", - "username_claimed": "thisactuallyexists", - "username_unclaimed": "noonewouldeverusethis7" - }, "Carbonmade": { "errorType": "response_url", "errorUrl": "https://carbonmade.com/fourohfour?domain={}.carbonmade.com",