From 2746e2964af086ba4563f481cc135a7c019ca4d8 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 24 Jun 2024 12:05:22 +0200 Subject: [PATCH 1/3] fixed freeCodeCamp false positive --- sherlock/resources/data.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 6633e6478..5d7c5514d 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2480,8 +2480,7 @@ "username_claimed": "red" }, "freecodecamp": { - "errorMsg": "{}", - "errorType": "message", + "errorType": "status_code", "url": "https://www.freecodecamp.org/{}", "urlMain": "https://www.freecodecamp.org/", "urlProbe": "https://api.freecodecamp.org/api/users/get-public-profile?username={}", From 54bebcf2f41dad235cbc41d9fe3927b5c9cdee7b Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 24 Jun 2024 12:07:17 +0200 Subject: [PATCH 2/3] fixed LibraryThing false positive --- sherlock/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 5d7c5514d..611b382d6 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1276,7 +1276,7 @@ "username_claimed": "blue" }, "LibraryThing": { - "errorMsg": "This user doesn't exist", + "errorMsg": "Catalog your books online", "errorType": "message", "url": "https://www.librarything.com/profile/{}", "urlMain": "https://www.librarything.com/", From a9a62c2a1152c605e79b2f4c551495cc497d8bc2 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Mon, 24 Jun 2024 12:14:08 +0200 Subject: [PATCH 3/3] removed Zhihu due to false positives --- docs/removed-sites.md | 13 +++++++++++++ sherlock/resources/data.json | 7 ------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/docs/removed-sites.md b/docs/removed-sites.md index ed0265599..dfa392a8a 100644 --- a/docs/removed-sites.md +++ b/docs/removed-sites.md @@ -1867,4 +1867,17 @@ __2024-04-24 :__ BCF seems to have gone defunct. Uncertain. "urlMain": "https://bitcoinforum.com", "username_claimed": "bitcoinforum.com" } +``` + +## Zhihu +As of 24.06.2024, Zhihu returns false positives as they obfuscate the code thats returned. Checking for patterns may allow us to find a way to detect the existans of a user, this will be need to be worked on later +```json + + "Zhihu": { + "errorMsg": "用户不存在", + "errorType": "message", + "url": "https://www.zhihu.com/people/{}", + "urlMain": "https://www.zhihu.com/", + "username_claimed": "blue" + } ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 611b382d6..72cd4788b 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2369,13 +2369,6 @@ "urlMain": "https://www.youtube.com/", "username_claimed": "youtube" }, - "Zhihu": { - "errorMsg": "404", - "errorType": "message", - "url": "https://www.zhihu.com/people/{}", - "urlMain": "https://www.zhihu.com/", - "username_claimed": "blue" - }, "akniga": { "errorType": "status_code", "url": "https://akniga.org/profile/{}",