From 3e4d9bcd85b74f42ec6337846816d8508f7b8242 Mon Sep 17 00:00:00 2001 From: vivekgaddam Date: Thu, 9 Oct 2025 17:57:15 +0530 Subject: [PATCH 1/3] Add TikTok support to Sherlock --- sherlock_project/resources/data.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index e653a7c5..6b820e3d 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2145,6 +2145,14 @@ "urlProbe": "https://ch.tetr.io/api/users/{}", "username_claimed": "osk" }, + + "TikTok": { + "url": "https://www.tiktok.com/@{}", + "urlMain": "https://www.tiktok.com", + "errorMsg": "User not found", + "errorType": "message", + "username_claimed": "charlidamelio" + }, "Tiendanube": { "url": "https://{}.mitiendanube.com/", "urlMain": "https://www.tiendanube.com/", From 659bf92d99b75799356a4cbe95b65c98b228fd16 Mon Sep 17 00:00:00 2001 From: vivekgaddam Date: Thu, 9 Oct 2025 19:50:43 +0530 Subject: [PATCH 2/3] corrected the errorMsg --- sherlock_project/resources/data.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 6b820e3d..d53151b0 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2146,13 +2146,15 @@ "username_claimed": "osk" }, - "TikTok": { +"TikTok": { "url": "https://www.tiktok.com/@{}", "urlMain": "https://www.tiktok.com", - "errorMsg": "User not found", "errorType": "message", + "errorMsg": "\"statusCode\":10221", "username_claimed": "charlidamelio" - }, +}, + + "Tiendanube": { "url": "https://{}.mitiendanube.com/", "urlMain": "https://www.tiendanube.com/", From 70b50556313de5e6c7d675b0fba1919059e094d9 Mon Sep 17 00:00:00 2001 From: vivekgaddam Date: Sat, 11 Oct 2025 08:54:40 +0530 Subject: [PATCH 3/3] corrected india F+ prevent --- sherlock_project/resources/data.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index d53151b0..74cca3a2 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2146,13 +2146,14 @@ "username_claimed": "osk" }, -"TikTok": { - "url": "https://www.tiktok.com/@{}", - "urlMain": "https://www.tiktok.com", - "errorType": "message", - "errorMsg": "\"statusCode\":10221", - "username_claimed": "charlidamelio" -}, + "TikTok": { + "url": "https://www.tiktok.com/@{}", + "urlMain": "https://www.tiktok.com", + "errorType": "message", + "errorMsg": ["\"statusCode\":10221","Govt. of India decided to block 59 apps"], + "username_claimed": "charlidamelio" + }, + "Tiendanube": {