From 443d43df21874136d36d79a26aeb1d44c1b1d2d2 Mon Sep 17 00:00:00 2001 From: sctech Date: Fri, 10 Oct 2025 20:09:45 +0300 Subject: [PATCH 1/2] add status cafe --- 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 3cc812a9..becf1c1a 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2134,6 +2134,12 @@ "urlMain": "https://robertsspaceindustries.com/", "username_claimed": "blue" }, + "Status Cafe": { + "errorType": "status_code", + "url": "https://status.cafe/users/{}", + "urlMain": "https://status.cafe/", + "username_claimed": "blue" + }, "Steam Community (Group)": { "errorMsg": "No group could be retrieved for the given URL", "errorType": "message", From 959c4a2b261c31a3b742ab8213f9e754e01c6212 Mon Sep 17 00:00:00 2001 From: sctech Date: Fri, 10 Oct 2025 20:38:08 +0300 Subject: [PATCH 2/2] change method for status.cafe --- sherlock_project/resources/data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index becf1c1a..fbb7aee2 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -2135,7 +2135,8 @@ "username_claimed": "blue" }, "Status Cafe": { - "errorType": "status_code", + "errorMsg": "Page Not Found", + "errorType": "message", "url": "https://status.cafe/users/{}", "urlMain": "https://status.cafe/", "username_claimed": "blue"