From b9492af18744bfa39028928bf4266d5817da4d49 Mon Sep 17 00:00:00 2001 From: Keder Nath mallick <53966650+keder-code-hash@users.noreply.github.com> Date: Sun, 2 Oct 2022 19:32:04 +0530 Subject: [PATCH 1/3] fixed issue with Kooapp for false positive #1493 --- sherlock/resources/data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 01162055..1c4bc796 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2421,10 +2421,10 @@ "koo": { "errorMsg": "Invalid Profile", "errorType": "message", - "url": "https://www.kooapp.com/profile/{}", + "url": "https://www.kooapp.com/search?q={}&tab=USER", "urlMain": "https://www.kooapp.com", "username_claimed": "john", - "username_unclaimed": "noonewouldeverusethis7" + "username_unclaimed": "noonewouldeverusethis7" }, "kwork": { "errorType": "status_code", 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 2/3] 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" }, From d29276e83772753446f6e08204fc4d3990655db7 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sun, 16 Oct 2022 01:59:13 +0200 Subject: [PATCH 3/3] fixed errorMsg --- sherlock/resources/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index f87efd51..cb53d314 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2447,7 +2447,7 @@ "username_unclaimed": "noonewouldeverusethis77777" }, "koo": { - "errorMsg": "handle {} is available", + "errorMsg": "is available", "errorType": "message", "url": "https://www.kooapp.com/profile/{}", "urlMain": "https://www.kooapp.com",