From 88af0bb705519b1d6e76f49ce10df82cc45cf8f5 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Fri, 21 Apr 2023 11:00:16 +0200 Subject: [PATCH 1/3] removed Instagram due to false positives --- removed_sites.json | 8 ++++++++ removed_sites.md | 20 +++++++++++++++++--- sherlock/resources/data.json | 8 -------- 3 files changed, 25 insertions(+), 11 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 0d6dbb5..733fcd3 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -762,5 +762,13 @@ "urlMain": "https://onlyfans.com/", "urlProbe": "https://onlyfans.com/api2/v2/users/{}", "username_claimed": "theemilylynne" + }, + "Instagram": { + "errorMsg": "Nothing found!", + "errorType": "message", + "url": "https://www.instagram.com/{}", + "urlMain": "https://www.instagram.com/", + "urlProbe": "https://www.picuki.com/profile/{}", + "username_claimed": "blue" } } diff --git a/removed_sites.md b/removed_sites.md index 209ec62..23d9dec 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1650,7 +1650,7 @@ As of 2022.02.25, WeHeartIt no longer allows us to check for usersnames through ## Tinder As of 2022.03.15, Tinder returns false positives. We will try to rev the API endpoint on the android app to find a better soon -``` +```json "Tinder": { "errorMsg": [ "Tinder | Dating, Make Friends & Meet New People", @@ -1667,7 +1667,7 @@ As of 2022.03.15, Tinder returns false positives. We will try to rev the API end ## Coil As of 2023.03.15, Coil has been discontinued. All accounts were deleted and any requests return a 404. -``` +```json "Coil": { "errorMsg": "User not found", "errorType": "message", @@ -1689,7 +1689,7 @@ As of 2023.03.15, Coil has been discontinued. All accounts were deleted and any ## OnlyFans As of 2023.04.20, OnlyFans returns false negatives on checking usernames with the API endpoint and directly through their website. -``` +```json "OnlyFans": { "errorType": "status_code", "isNSFW": true, @@ -1699,3 +1699,17 @@ As of 2023.04.20, OnlyFans returns false negatives on checking usernames with th "username_claimed": "theemilylynne" } ``` + +## Instagram +As of 2023.04.21, Instagram returns false positives as picuki.com was used to query for usernames but they now user Cloudflare + +```json + "Instagram": { + "errorMsg": "Nothing found!", + "errorType": "message", + "url": "https://www.instagram.com/{}", + "urlMain": "https://www.instagram.com/", + "urlProbe": "https://www.picuki.com/profile/{}", + "username_claimed": "blue" + } +``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 84e498d..9728c16 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1083,14 +1083,6 @@ "urlProbe": "https://api.imgur.com/account/v1/accounts/{}?client_id=546c25a59c58ad7", "username_claimed": "blue" }, - "Instagram": { - "errorMsg": "Nothing found!", - "errorType": "message", - "url": "https://www.instagram.com/{}", - "urlMain": "https://www.instagram.com/", - "urlProbe": "https://www.picuki.com/profile/{}", - "username_claimed": "blue" - }, "Instructables": { "errorType": "status_code", "url": "https://www.instructables.com/member/{}", From 13e37217ad0824d744d38bf59cba909b1af42d93 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Fri, 21 Apr 2023 11:07:56 +0200 Subject: [PATCH 2/3] removed ok.ru --- removed_sites.json | 7 +++++++ removed_sites.md | 12 ++++++++++++ sherlock/resources/data.json | 7 ------- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 733fcd3..6b68ae6 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -770,5 +770,12 @@ "urlMain": "https://www.instagram.com/", "urlProbe": "https://www.picuki.com/profile/{}", "username_claimed": "blue" + }, + "OK": { + "errorType": "status_code", + "regexCheck": "^[a-zA-Z][a-zA-Z0-9_.-]*$", + "url": "https://ok.ru/{}", + "urlMain": "https://ok.ru/", + "username_claimed": "ok" } } diff --git a/removed_sites.md b/removed_sites.md index 23d9dec..1d7fec5 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1712,4 +1712,16 @@ As of 2023.04.21, Instagram returns false positives as picuki.com was used to qu "urlProbe": "https://www.picuki.com/profile/{}", "username_claimed": "blue" } +``` + +## OK +As of 2023.04.21, Ok.ru returns false positives +```json + "OK": { + "errorType": "status_code", + "regexCheck": "^[a-zA-Z][a-zA-Z0-9_.-]*$", + "url": "https://ok.ru/{}", + "urlMain": "https://ok.ru/", + "username_claimed": "ok" + } ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 9728c16..bbeaad5 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1459,13 +1459,6 @@ "urlMain": "https://ogu.gg/", "username_claimed": "ogusers" }, - "OK": { - "errorType": "status_code", - "regexCheck": "^[a-zA-Z][a-zA-Z0-9_.-]*$", - "url": "https://ok.ru/{}", - "urlMain": "https://ok.ru/", - "username_claimed": "ok" - }, "OpenStreetMap": { "errorType": "status_code", "url": "https://www.openstreetmap.org/user/{}", From e64df73757cf59b86a368a2f03593b927babe00d Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Fri, 21 Apr 2023 11:09:35 +0200 Subject: [PATCH 3/3] removed ForumhouseRU --- removed_sites.json | 7 +++++++ removed_sites.md | 12 ++++++++++++ sherlock/resources/data.json | 7 ------- 3 files changed, 19 insertions(+), 7 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 6b68ae6..0c26a45 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -777,5 +777,12 @@ "url": "https://ok.ru/{}", "urlMain": "https://ok.ru/", "username_claimed": "ok" + }, + "forumhouseRU": { + "errorMsg": "\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.", + "errorType": "message", + "url": "https://www.forumhouse.ru/members/?username={}", + "urlMain": "https://www.forumhouse.ru/", + "username_claimed": "red" } } diff --git a/removed_sites.md b/removed_sites.md index 1d7fec5..94dea3f 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1724,4 +1724,16 @@ As of 2023.04.21, Ok.ru returns false positives "urlMain": "https://ok.ru/", "username_claimed": "ok" } +``` + +## ForumhouseRU +As of 2023.04.21, ForumhouseRU returns false positives +```json + "forumhouseRU": { + "errorMsg": "\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.", + "errorType": "message", + "url": "https://www.forumhouse.ru/members/?username={}", + "urlMain": "https://www.forumhouse.ru/", + "username_claimed": "red" + } ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index bbeaad5..cd7cdfa 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2417,13 +2417,6 @@ "urlMain": "https://forum.guns.ru/", "username_claimed": "red" }, - "forumhouseRU": { - "errorMsg": "\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.", - "errorType": "message", - "url": "https://www.forumhouse.ru/members/?username={}", - "urlMain": "https://www.forumhouse.ru/", - "username_claimed": "red" - }, "freecodecamp": { "errorMsg": "{}", "errorType": "message",