From 8649a5918805b1d51389f713b7bd032d03df2e6a Mon Sep 17 00:00:00 2001 From: Roopesh V S Date: Sat, 22 Aug 2020 22:55:41 +0530 Subject: [PATCH] Added UrlProbe --- sherlock/resources/data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index bcb436cd..0d70986b 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -184,7 +184,8 @@ "errorMsg": "{}", "errorType": "message", "regexCheck": "^[a-zA-Z0-9-_]{1,15}$", - "url":"https://binarysearch.io/api/users/{}/profile", + "url":"https://binarysearch.io/@/{}", + "urlProbe": "https://binarysearch.io/api/users/{}/profile", "urlMain": "https://binarysearch.io/", "username_claimed": "Eyes_Wide_Shut", "username_unclaimed": "noonewouldeverusethis7"