From 82d7e9ce437a48e9fadb030cd73d7411d8855bf3 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 7 May 2024 20:55:25 -0400 Subject: [PATCH 1/2] Fix CNET F+ CNET appears to have changed some things... 'null null' text has been removed with a redesign, and invalid users now return a 404 so we don't need a whole GET and English-only check. --- 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 25aab4902..917840451 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -354,8 +354,7 @@ "username_claimed": "blue" }, "CNET": { - "errorMsg": "null null - CNET", - "errorType": "message", + "errorType": "status_code", "regexCheck": "^[a-z].*$", "url": "https://www.cnet.com/profiles/{}/", "urlMain": "https://www.cnet.com/", From de213082199598cd99284d0431109eee1dd1bccc Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 7 May 2024 21:16:24 -0400 Subject: [PATCH 2/2] Fix Linktree F+ Linktree only permits usernames with the given regex and 404s otherwise --- sherlock/resources/data.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 917840451..a2fa33dfc 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1297,6 +1297,7 @@ "username_claimed": "paulpfeister" }, "Linktree": { + "regexCheck": "^[\\w\\.]{2,30}$", "errorMsg": "\"statusCode\":404", "errorType": "message", "url": "https://linktr.ee/{}",