From 6d2497582e497135166ecbd6638512ae6ba37df7 Mon Sep 17 00:00:00 2001 From: Aryan Jain Date: Tue, 14 Oct 2025 11:04:15 -0400 Subject: [PATCH 1/6] Fix LessWrong detection Issue #2634 --- sherlock_project/resources/data.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 77194bfba..3d74ae7b0 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1371,10 +1371,11 @@ "username_claimed": "blue" }, "LessWrong": { - "errorType": "status_code", - "url": "https://www.lesswrong.com/users/@{}", + "url": "https://www.lesswrong.com/users/{}", "urlMain": "https://www.lesswrong.com/", - "username_claimed": "blue" + "errorType": "response_url", + "errorUrl": "https://www.lesswrong.com/", + "username_claimed": "habryka" }, "Letterboxd": { "errorMsg": "Sorry, we can\u2019t find the page you\u2019ve requested.", From 228f50413ed87b5a802be112d81d401b1cf36932 Mon Sep 17 00:00:00 2001 From: bjornmorten Date: Tue, 14 Oct 2025 19:08:35 +0200 Subject: [PATCH 2/6] add: diskusjon.no and forum.kvinneguiden.no --- sherlock_project/resources/data.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 77194bfba..bf266da41 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -717,6 +717,15 @@ "urlMain": "https://discuss.elastic.co/", "username_claimed": "blue" }, + "Diskusjon.no": { + "errorMsg": "{\"result\":\"ok\"}", + "errorType": "message", + "regexCheck": "^[a-zA-Z0-9_.-]{3,40}$", + "urlProbe": "https://www.diskusjon.no/?app=core&module=system&controller=ajax&do=usernameExists&input={}", + "url": "https://www.diskusjon.no", + "urlMain": "https://www.diskusjon.no", + "username_claimed": "blue" + }, "Disqus": { "errorType": "status_code", "url": "https://disqus.com/{}", @@ -1335,6 +1344,15 @@ "urlProbe": "https://ws2.kik.com/user/{}", "username_claimed": "blue" }, + "Kvinneguiden": { + "errorMsg": "{\"result\":\"ok\"}", + "errorType": "message", + "regexCheck": "^[a-zA-Z0-9_.-]{3,40}$", + "urlProbe": "https://forum.kvinneguiden.no/?app=core&module=system&controller=ajax&do=usernameExists&input={}", + "url": "https://forum.kvinneguiden.no", + "urlMain": "https://forum.kvinneguiden.no", + "username_claimed": "blue" + }, "Kongregate": { "errorType": "status_code", "headers": { From c4f7485ecff7cbf2decc59b17aec5c67ef100f16 Mon Sep 17 00:00:00 2001 From: bjornmorten Date: Tue, 14 Oct 2025 19:10:57 +0200 Subject: [PATCH 3/6] fix: alphabetical ordering --- sherlock_project/resources/data.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index bf266da41..e43d2b0a8 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1344,15 +1344,6 @@ "urlProbe": "https://ws2.kik.com/user/{}", "username_claimed": "blue" }, - "Kvinneguiden": { - "errorMsg": "{\"result\":\"ok\"}", - "errorType": "message", - "regexCheck": "^[a-zA-Z0-9_.-]{3,40}$", - "urlProbe": "https://forum.kvinneguiden.no/?app=core&module=system&controller=ajax&do=usernameExists&input={}", - "url": "https://forum.kvinneguiden.no", - "urlMain": "https://forum.kvinneguiden.no", - "username_claimed": "blue" - }, "Kongregate": { "errorType": "status_code", "headers": { @@ -1363,6 +1354,15 @@ "urlMain": "https://www.kongregate.com/", "username_claimed": "blue" }, + "Kvinneguiden": { + "errorMsg": "{\"result\":\"ok\"}", + "errorType": "message", + "regexCheck": "^[a-zA-Z0-9_.-]{3,40}$", + "urlProbe": "https://forum.kvinneguiden.no/?app=core&module=system&controller=ajax&do=usernameExists&input={}", + "url": "https://forum.kvinneguiden.no", + "urlMain": "https://forum.kvinneguiden.no", + "username_claimed": "blue" + }, "LOR": { "errorType": "status_code", "url": "https://www.linux.org.ru/people/{}/profile", From 1cb6c128516b2070dce1d29988ee2d39841fd5dc Mon Sep 17 00:00:00 2001 From: bjornmorten Date: Tue, 14 Oct 2025 19:21:36 +0200 Subject: [PATCH 4/6] add: HackMD --- sherlock_project/resources/data.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 77194bfba..f18ea038c 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1092,6 +1092,12 @@ "urlMain": "https://hackerrank.com/", "username_claimed": "satznova" }, + "HackMD": { + "errorType": "status_code", + "url": "https://hackmd.io/@{}", + "urlMain": "https://hackmd.io/", + "username_claimed": "blue" + }, "Harvard Scholar": { "errorType": "status_code", "url": "https://scholar.harvard.edu/{}", From a7893f399e7e7fe9b8766e46cfd7932ed817abba Mon Sep 17 00:00:00 2001 From: bjornmorten Date: Tue, 14 Oct 2025 19:28:53 +0200 Subject: [PATCH 5/6] add: CryptoHack --- sherlock_project/resources/data.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 77194bfba..fc61e1126 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -609,6 +609,13 @@ "urlMain": "https://crowdin.com/", "username_claimed": "blue" }, + "CryptoHack": { + "errorType": "response_url", + "errorUrl": "https://cryptohack.org/", + "url": "https://cryptohack.org/user/{}/", + "urlMain": "https://cryptohack.org/", + "username_claimed": "blue" + }, "Cryptomator Forum": { "errorType": "status_code", "url": "https://community.cryptomator.org/u/{}", From 4b17dae38548633c950cb2c245f43a1e80aa73d1 Mon Sep 17 00:00:00 2001 From: bjornmorten Date: Tue, 14 Oct 2025 19:48:02 +0200 Subject: [PATCH 6/6] fix: regex max length for kvinneguiden --- sherlock_project/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index e43d2b0a8..9e79f36ba 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1357,7 +1357,7 @@ "Kvinneguiden": { "errorMsg": "{\"result\":\"ok\"}", "errorType": "message", - "regexCheck": "^[a-zA-Z0-9_.-]{3,40}$", + "regexCheck": "^[a-zA-Z0-9_.-]{3,18}$", "urlProbe": "https://forum.kvinneguiden.no/?app=core&module=system&controller=ajax&do=usernameExists&input={}", "url": "https://forum.kvinneguiden.no", "urlMain": "https://forum.kvinneguiden.no",