From 7afca7357bd12d4de81e5f6b0e01932fe9ac008a Mon Sep 17 00:00:00 2001 From: Keder Nath mallick <53966650+keder-code-hash@users.noreply.github.com> Date: Mon, 3 Oct 2022 16:22:14 +0530 Subject: [PATCH] Updated data.json added a probeUrl for koo --- sherlock/resources/data.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 1c4bc796..d588367d 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2419,10 +2419,11 @@ "username_unclaimed": "noonewouldeverusethis77777" }, "koo": { - "errorMsg": "Invalid Profile", + "errorMsg": "handle {} is available", "errorType": "message", - "url": "https://www.kooapp.com/search?q={}&tab=USER", + "url": "https://www.kooapp.com/profile/{}", "urlMain": "https://www.kooapp.com", + "urlProbe":"https://www.kooapp.com/apiV1/users/handle/{}/valid", "username_claimed": "john", "username_unclaimed": "noonewouldeverusethis7" },