From ab1f2d3ef0ede31be30b4ed57f978fdd5d3fded0 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 21 Dec 2023 17:04:32 +0100 Subject: [PATCH 1/6] fixed Contently 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 6a12ecd..b773e5a 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -502,7 +502,7 @@ "username_claimed": "blue" }, "Contently": { - "errorMsg": "We can't find that page!", + "errorMsg": "Leading Content Marketing Platform | Contently", "errorType": "message", "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "url": "https://{}.contently.com/", From a626008bbf5e77d704d95d4956db731faab84c1d Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 21 Dec 2023 17:27:59 +0100 Subject: [PATCH 2/6] removed TikTok --- removed_sites.json | 6 ++++++ removed_sites.md | 12 ++++++++++++ sherlock/resources/data.json | 6 ------ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 2dbee82..60d0cb7 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -837,5 +837,11 @@ "url": "https://forums.gunsandammo.com/profile/{}", "urlMain": "https://gunsandammo.com/", "username_claimed": "adam" + }, + "TikTok": { + "errorType": "status_code", + "url": "https://tiktok.com/@{}", + "urlMain": "https://tiktok.com/", + "username_claimed": "red" } } diff --git a/removed_sites.md b/removed_sites.md index 2a23e6a..441f416 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1824,4 +1824,16 @@ As of 2023.08.29, GunsAndAmmo responds with 404 from time to time "urlMain": "https://gunsandammo.com/", "username_claimed": "adam" } +``` + +## TikTok +As of 2023.12.21, TikTok returns false positives. This is because the webpage returns a somewhat blank page. This prevents us from being able to check for the existance of usernames. Proxitok does not work either. + +```json + "TikTok": { + "errorType": "status_code", + "url": "https://tiktok.com/@{}", + "urlMain": "https://tiktok.com/", + "username_claimed": "red" + }, ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index b773e5a..4d3c0f0 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1945,12 +1945,6 @@ "urlMain": "https://themeforest.net/", "username_claimed": "user" }, - "TikTok": { - "errorType": "status_code", - "url": "https://tiktok.com/@{}", - "urlMain": "https://tiktok.com/", - "username_claimed": "red" - }, "TnAFlix": { "errorType": "status_code", "isNSFW": true, From 7c918fe5324806b92477743181cf167c0d7c778a Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 21 Dec 2023 17:32:30 +0100 Subject: [PATCH 3/6] removed Lolchess --- 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 60d0cb7..7143141 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -843,5 +843,12 @@ "url": "https://tiktok.com/@{}", "urlMain": "https://tiktok.com/", "username_claimed": "red" + }, + "Lolchess": { + "errorMsg": "No search results", + "errorType": "message", + "url": "https://lolchess.gg/profile/na/{}", + "urlMain": "https://lolchess.gg/", + "username_claimed": "blue" } } diff --git a/removed_sites.md b/removed_sites.md index 441f416..5ac1aa6 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1836,4 +1836,16 @@ As of 2023.12.21, TikTok returns false positives. This is because the webpage re "urlMain": "https://tiktok.com/", "username_claimed": "red" }, +``` + +## Lolchess +As of 2023.12.21, Lolchess returns false positives. +```json + "Lolchess": { + "errorMsg": "No search results", + "errorType": "message", + "url": "https://lolchess.gg/profile/na/{}", + "urlMain": "https://lolchess.gg/", + "username_claimed": "blue" + }, ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 4d3c0f0..71d9a2f 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1237,13 +1237,6 @@ "urlMain": "https://lobste.rs/", "username_claimed": "jcs" }, - "Lolchess": { - "errorMsg": "No search results", - "errorType": "message", - "url": "https://lolchess.gg/profile/na/{}", - "urlMain": "https://lolchess.gg/", - "username_claimed": "blue" - }, "LottieFiles": { "errorType": "status_code", "url": "https://lottiefiles.com/{}", From 2ebcfc7614aa9453caa0b22e0f9eb8984444c737 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 21 Dec 2023 17:34:37 +0100 Subject: [PATCH 4/6] removed Virgool --- 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 7143141..7d83411 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -850,5 +850,12 @@ "url": "https://lolchess.gg/profile/na/{}", "urlMain": "https://lolchess.gg/", "username_claimed": "blue" + }, + "Virgool": { + "errorMsg": "\u06f4\u06f0\u06f4", + "errorType": "message", + "url": "https://virgool.io/@{}", + "urlMain": "https://virgool.io/", + "username_claimed": "blue" } } diff --git a/removed_sites.md b/removed_sites.md index 5ac1aa6..3280ea7 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1848,4 +1848,16 @@ As of 2023.12.21, Lolchess returns false positives. "urlMain": "https://lolchess.gg/", "username_claimed": "blue" }, +``` + +## Virgool +As of 2023.12.21, Lolchess returns false positives. +```json + "Virgool": { + "errorMsg": "\u06f4\u06f0\u06f4", + "errorType": "message", + "url": "https://virgool.io/@{}", + "urlMain": "https://virgool.io/", + "username_claimed": "blue" + }, ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 71d9a2f..29e6002 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2084,13 +2084,6 @@ "urlMain": "https://vimeo.com/", "username_claimed": "blue" }, - "Virgool": { - "errorMsg": "\u06f4\u06f0\u06f4", - "errorType": "message", - "url": "https://virgool.io/@{}", - "urlMain": "https://virgool.io/", - "username_claimed": "blue" - }, "VirusTotal": { "errorType": "status_code", "request_method": "GET", From 599ce759fd1c37cc48b1de0bf6aa91d72d56e3e5 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 21 Dec 2023 17:38:17 +0100 Subject: [PATCH 5/6] removed Whonix Forum --- removed_sites.json | 6 ++++++ removed_sites.md | 11 +++++++++++ sherlock/resources/data.json | 6 ------ 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 7d83411..0f0374a 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -857,5 +857,11 @@ "url": "https://virgool.io/@{}", "urlMain": "https://virgool.io/", "username_claimed": "blue" + }, + "Whonix Forum": { + "errorType": "status_code", + "url": "https://forums.whonix.org/u/{}/summary", + "urlMain": "https://forums.whonix.org/", + "username_claimed": "red" } } diff --git a/removed_sites.md b/removed_sites.md index 3280ea7..b7f9919 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1860,4 +1860,15 @@ As of 2023.12.21, Lolchess returns false positives. "urlMain": "https://virgool.io/", "username_claimed": "blue" }, +``` + +## Whonix Forum +As of 2023.12.21, Lolchess returns false positives. +```json + "Whonix Forum": { + "errorType": "status_code", + "url": "https://forums.whonix.org/u/{}/summary", + "urlMain": "https://forums.whonix.org/", + "username_claimed": "red" + }, ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 29e6002..6289584 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2132,12 +2132,6 @@ "urlMain": "https://weebly.com/", "username_claimed": "blue" }, - "Whonix Forum": { - "errorType": "status_code", - "url": "https://forums.whonix.org/u/{}/summary", - "urlMain": "https://forums.whonix.org/", - "username_claimed": "red" - }, "Wikidot": { "errorMsg": "User does not exist.", "errorType": "message", From 51e49dd1207ae8460be6a4eedad3e468e7ebffc4 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 21 Dec 2023 17:40:24 +0100 Subject: [PATCH 6/6] removed ebio.gg --- removed_sites.json | 6 ++++++ removed_sites.md | 11 +++++++++++ sherlock/resources/data.json | 6 ------ 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 0f0374a..bc0cba9 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -863,5 +863,11 @@ "url": "https://forums.whonix.org/u/{}/summary", "urlMain": "https://forums.whonix.org/", "username_claimed": "red" + }, + "ebio.gg": { + "errorType": "status_code", + "url": "https://ebio.gg/{}", + "urlMain": "https:/ebio.gg", + "username_claimed": "dev" } } diff --git a/removed_sites.md b/removed_sites.md index b7f9919..b1e5aa5 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1871,4 +1871,15 @@ As of 2023.12.21, Lolchess returns false positives. "urlMain": "https://forums.whonix.org/", "username_claimed": "red" }, +``` + +## Ebio +As of 2023.12.21, Lolchess returns false positives. +```json + "ebio.gg": { + "errorType": "status_code", + "url": "https://ebio.gg/{}", + "urlMain": "https:/ebio.gg", + "username_claimed": "dev" + }, ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 6289584..d45b806 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2318,12 +2318,6 @@ "urlMain": "https://egpu.io/", "username_claimed": "blue" }, - "ebio.gg": { - "errorType": "status_code", - "url": "https://ebio.gg/{}", - "urlMain": "https:/ebio.gg", - "username_claimed": "dev" - }, "eintracht": { "errorType": "status_code", "url": "https://community.eintracht.de/fans/{}",