From 5d7b438fd632157fca8c23b53d4ebc575c2b51d8 Mon Sep 17 00:00:00 2001 From: Manjush Shetty Date: Mon, 6 Oct 2025 17:11:50 +0530 Subject: [PATCH] add urlProbe --- 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 b0e16165..4b4166e0 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -511,7 +511,8 @@ "errorType": "message", "errorMsg": "Could not find user with username", "regexCheck": "^[a-zA-Z0-9_-]{3,30}$", - "url": "https://codesandbox.io/api/v1/users/{}", + "url": "https://codesandbox.io/u/{}", + "urlProbe": "https://codesandbox.io/api/v1/users/{}", "urlMain": "https://codesandbox.io", "username_claimed": "icyjoseph" },