From 26444a98ad80384cf874053b33a37dd9475f2126 Mon Sep 17 00:00:00 2001 From: Edmond Major III <1646728+spmedia@users.noreply.github.com> Date: Mon, 13 Oct 2025 12:12:43 -0500 Subject: [PATCH] Update data.json Add Cracked.sh - a popular skid hacker website Examples of profiles: Claimed: https://cracked.sh/Blue - gives status code of 200 Unclaimed: https://cracked.sh/noonewouldeverusethis7 - gives status code of 404 --- 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 8b868339..aff05c39 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -580,6 +580,13 @@ "url": "https://www.cracked.com/members/{}/", "urlMain": "https://www.cracked.com/", "username_claimed": "blue" + }, + "Cracked Forum": { + "errorType": "response_url", + "errorUrl": "https://www.cracked.sh/", + "url": "https://www.cracked.sh/{}/", + "urlMain": "https://www.cracked.sh/", + "username_claimed": "blue" }, "Crevado": { "errorType": "status_code",