From 6dd50e3ac6b89442065ce6e15a33ae4de825f73e Mon Sep 17 00:00:00 2001 From: Manjush Shetty Date: Wed, 5 Nov 2025 10:24:23 +0530 Subject: [PATCH 1/5] data: Pi-Hole Userspace support --- sherlock_project/resources/data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 498f1344e..bb94612fd 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1872,6 +1872,15 @@ "urlMain": "https://www.pepperdeals.com/", "username_claimed": "Stepan", "request_method": "GET" + }, + "Pi-Hole Userspace": { + "errorType": "message", + "errorMsg": "Oops! That page doesn’t exist or is private.", + "regexCheck": "^[a-zA-Z0-9_-]{3,30}$", + "url": "https://discourse.pi-hole.net/u/{}/summary", + "urlProbe": "https://discourse.pi-hole.net/u/{}.json", + "urlMain": "https://discourse.pi-hole.net", + "username_claimed": "DanSchaper" }, "Promodescuentos": { "errorType": "status_code", From a4217342a931f64f3ad343714fe1bf9be7cd5d8c Mon Sep 17 00:00:00 2001 From: Manjush Shetty Date: Wed, 5 Nov 2025 10:32:14 +0530 Subject: [PATCH 2/5] chore: update error msg --- 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 bb94612fd..99846cb92 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1875,7 +1875,7 @@ }, "Pi-Hole Userspace": { "errorType": "message", - "errorMsg": "Oops! That page doesn’t exist or is private.", + "errorMsg": "Oops! That page doesn't exist or is private.", "regexCheck": "^[a-zA-Z0-9_-]{3,30}$", "url": "https://discourse.pi-hole.net/u/{}/summary", "urlProbe": "https://discourse.pi-hole.net/u/{}.json", From ec621250d53f60bdc30621c006735894c05c88f7 Mon Sep 17 00:00:00 2001 From: Manjush Shetty Date: Wed, 5 Nov 2025 11:14:23 +0530 Subject: [PATCH 3/5] chore: remove regex check --- sherlock_project/resources/data.json | 1 - 1 file changed, 1 deletion(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 99846cb92..6366b77e9 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1876,7 +1876,6 @@ "Pi-Hole Userspace": { "errorType": "message", "errorMsg": "Oops! That page doesn't exist or is private.", - "regexCheck": "^[a-zA-Z0-9_-]{3,30}$", "url": "https://discourse.pi-hole.net/u/{}/summary", "urlProbe": "https://discourse.pi-hole.net/u/{}.json", "urlMain": "https://discourse.pi-hole.net", From c832fcbe3e2f8548902c1d6edf93b485688115c4 Mon Sep 17 00:00:00 2001 From: Manjush Shetty Date: Wed, 5 Nov 2025 11:38:07 +0530 Subject: [PATCH 4/5] chore: check just API --- sherlock_project/resources/data.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index 6366b77e9..a56f55eb5 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1875,8 +1875,7 @@ }, "Pi-Hole Userspace": { "errorType": "message", - "errorMsg": "Oops! That page doesn't exist or is private.", - "url": "https://discourse.pi-hole.net/u/{}/summary", + "errorMsg": "The requested URL or resource could not be found.", "urlProbe": "https://discourse.pi-hole.net/u/{}.json", "urlMain": "https://discourse.pi-hole.net", "username_claimed": "DanSchaper" From ddb6530006ade01e7a37add1af1bce54bd7da816 Mon Sep 17 00:00:00 2001 From: Manjush Shetty Date: Wed, 5 Nov 2025 11:49:41 +0530 Subject: [PATCH 5/5] misc: update username --- sherlock_project/resources/data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index a56f55eb5..b29dce2ef 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -1875,10 +1875,11 @@ }, "Pi-Hole Userspace": { "errorType": "message", - "errorMsg": "The requested URL or resource could not be found.", + "errorMsg": "Oops! That page doesn't exist or is private.", + "url": "https://discourse.pi-hole.net/u/{}/summary", "urlProbe": "https://discourse.pi-hole.net/u/{}.json", "urlMain": "https://discourse.pi-hole.net", - "username_claimed": "DanSchaper" + "username_claimed": "danschaper" }, "Promodescuentos": { "errorType": "status_code",