From e8918938be6fb63dd8dd3ac65c78599c9cc37550 Mon Sep 17 00:00:00 2001 From: P3nt3st3r123 <60687432+P3nt3st3r123@users.noreply.github.com> Date: Tue, 11 Oct 2022 15:25:44 +0700 Subject: [PATCH 1/7] Update data.json Adding `youtube user` and `youtube channel` search username --- sherlock/resources/data.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 1d965a1..0aa634d 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2270,6 +2270,24 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis77777" }, + "YouTube Channel": { + "errorType": "status_code", + "request_method": "GET", + "urlProbe": "https://invidious.slipfox.xyz/c/{}", + "url": "https://youtube.com/c/{}/", + "urlMain": "https://www.youtube.com/", + "username_claimed": "electroboom", + "username_unclaimed": "noonewouldeverusethis7" + }, + "YouTube User": { + "errorType": "status_code", + "request_method": "GET", + "urlProbe": "https://invidious.slipfox.xyz/user/{}", + "url": "https://youtube.com/user/{}/", + "urlMain": "https://www.youtube.com/", + "username_claimed": "pewdiepie", + "username_unclaimed": "noonewouldeverusethis7" + }, "Zhihu": { "errorMsg": "404", "errorType": "message", From eec4efbd03abbf79b75677502544090bd0581a0e Mon Sep 17 00:00:00 2001 From: P3nt3st3r123 <60687432+P3nt3st3r123@users.noreply.github.com> Date: Thu, 13 Oct 2022 01:05:49 +0700 Subject: [PATCH 2/7] Update data.json Added support for Venmo (bypass cloudfront) --- sherlock/resources/data.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 0aa634d..a623432 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2067,6 +2067,18 @@ "username_claimed": "red", "username_unclaimed": "noonewouldeverusethis7" }, + "Venmo": { + "errorType": "message", + "errorMsg": [ + "Venmo | Page Not Found" + ], + "url": "https://account.venmo.com/u/{}", + "urlMain": "https://venmo.com/", + "urlProbe": "https://52.207.92.128:443/u/{}", + "headers": {"Host":"account.venmo.com"}, + "username_claimed": "jenny", + "username_unclaimed": "noonewouldeverusethis7" + }, "Vero": { "errorType": "status_code", "request_method": "GET", From bf5b64d65dacc0f8ecd0b13bd98d34391c4dbf12 Mon Sep 17 00:00:00 2001 From: P3nt3st3r123 <60687432+P3nt3st3r123@users.noreply.github.com> Date: Thu, 13 Oct 2022 03:26:01 +0700 Subject: [PATCH 3/7] Update data.json Added support for kooapp (bypass cloudflare) --- sherlock/resources/data.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index a623432..456df17 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1129,6 +1129,16 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "Koo": { + "errorMsg": "Invalid Profile", + "errorType": "message", + "url": "https://www.kooapp.com/profile/{}", + "urlMain": "https://www.kooapp.com", + "urlProbe": "https://analytics.kooapp.com/profile/{}", + "headers": {"Host":"www.kooapp.com"}, + "username_claimed": "john", + "username_unclaimed": "noonewouldeverusethis7" + }, "Kongregate": { "errorMsg": "Sorry, no account with that name was found.", "errorType": "message", From f231281c284d4f37cebd1ad33afd9e4409939edd Mon Sep 17 00:00:00 2001 From: P3nt3st3r123 <60687432+P3nt3st3r123@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:05:38 +0700 Subject: [PATCH 4/7] Add Youtube.com --- sherlock/resources/data.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 456df17..45e6ffb 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2077,18 +2077,6 @@ "username_claimed": "red", "username_unclaimed": "noonewouldeverusethis7" }, - "Venmo": { - "errorType": "message", - "errorMsg": [ - "Venmo | Page Not Found" - ], - "url": "https://account.venmo.com/u/{}", - "urlMain": "https://venmo.com/", - "urlProbe": "https://52.207.92.128:443/u/{}", - "headers": {"Host":"account.venmo.com"}, - "username_claimed": "jenny", - "username_unclaimed": "noonewouldeverusethis7" - }, "Vero": { "errorType": "status_code", "request_method": "GET", @@ -2547,14 +2535,6 @@ "username_claimed": "yeahkenny", "username_unclaimed": "noonewouldeverusethis77777" }, - "koo": { - "errorMsg": "Invalid Profile", - "errorType": "message", - "url": "https://www.kooapp.com/profile/{}", - "urlMain": "https://www.kooapp.com", - "username_claimed": "john", - "username_unclaimed": "noonewouldeverusethis7" - }, "kwork": { "errorType": "status_code", "url": "https://kwork.ru/user/{}", From f16f0bffb501b9257c7cacdc35bcab75fc4af619 Mon Sep 17 00:00:00 2001 From: P3nt3st3r123 <60687432+P3nt3st3r123@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:09:42 +0700 Subject: [PATCH 5/7] Add Youtube.com --- sherlock/resources/data.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 45e6ffb..2c5143d 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1129,16 +1129,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "Koo": { - "errorMsg": "Invalid Profile", - "errorType": "message", - "url": "https://www.kooapp.com/profile/{}", - "urlMain": "https://www.kooapp.com", - "urlProbe": "https://analytics.kooapp.com/profile/{}", - "headers": {"Host":"www.kooapp.com"}, - "username_claimed": "john", - "username_unclaimed": "noonewouldeverusethis7" - }, "Kongregate": { "errorMsg": "Sorry, no account with that name was found.", "errorType": "message", @@ -2527,6 +2517,14 @@ "username_claimed": "adam", "username_unclaimed": "noonewouldeverusethis7" }, + "koo": { + "errorMsg": "Invalid Profile", + "errorType": "message", + "url": "https://www.kooapp.com/profile/{}", + "urlMain": "https://www.kooapp.com", + "username_claimed": "john", + "username_unclaimed": "noonewouldeverusethis7" + }, "kofi": { "errorType": "response_url", "errorUrl": "https://ko-fi.com/art?=redirect", From a4f8225cb63e771441bd3809820e24f42e5244bc Mon Sep 17 00:00:00 2001 From: P3nt3st3r123 <60687432+P3nt3st3r123@users.noreply.github.com> Date: Fri, 14 Oct 2022 10:12:06 +0700 Subject: [PATCH 6/7] Update Youtube.com --- sherlock/resources/data.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 2c5143d..0aa634d 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2517,14 +2517,6 @@ "username_claimed": "adam", "username_unclaimed": "noonewouldeverusethis7" }, - "koo": { - "errorMsg": "Invalid Profile", - "errorType": "message", - "url": "https://www.kooapp.com/profile/{}", - "urlMain": "https://www.kooapp.com", - "username_claimed": "john", - "username_unclaimed": "noonewouldeverusethis7" - }, "kofi": { "errorType": "response_url", "errorUrl": "https://ko-fi.com/art?=redirect", @@ -2533,6 +2525,14 @@ "username_claimed": "yeahkenny", "username_unclaimed": "noonewouldeverusethis77777" }, + "koo": { + "errorMsg": "Invalid Profile", + "errorType": "message", + "url": "https://www.kooapp.com/profile/{}", + "urlMain": "https://www.kooapp.com", + "username_claimed": "john", + "username_unclaimed": "noonewouldeverusethis7" + }, "kwork": { "errorType": "status_code", "url": "https://kwork.ru/user/{}", From ce0541372be919cf675faf0a0c3fc754900ed121 Mon Sep 17 00:00:00 2001 From: P3nt3st3r123 <60687432+P3nt3st3r123@users.noreply.github.com> Date: Sat, 22 Oct 2022 12:20:40 +0700 Subject: [PATCH 7/7] Update data.json --- sherlock/resources/data.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 1635965..86c556d 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1144,6 +1144,42 @@ "username_claimed": "dansbecker", "username_unclaimed": "noonewouldeverusethis7" }, + "Kakao Chat": { + "errorMsg": "This chatroom is no longer available.", + "errorType": "message", + "url": "https://open.kakao.com/me/{}", + "urlMain": "https://open.kakao.com/", + "username_claimed": "john", + "username_unclaimed": "noonewouldeverusethis" + }, + "Kakao Story Account": { + "errorMsg": [ + "\"error\":\"profile_not_found\"" + ], + "errorType": "message", + "url": "https://story.kakao.com/{}", + "urlMain": "https://story.kakao.com/", + "urlProbe": "https://story.kakao.com/a/profiles/{}", + "headers": { + "X-Requested-With": "XMLHttpRequest" + }, + "username_claimed": "shippingsa", + "username_unclaimed": "noonewouldeverusethis" + }, + "Kakao Story Channel": { + "errorMsg": [ + "\"error\":\"profile_not_found\"" + ], + "errorType": "message", + "url": "https://story.kakao.com/ch/{}", + "urlMain": "https://story.kakao.com/", + "urlProbe": "https://story.kakao.com/a/profiles/@{}", + "headers": { + "X-Requested-With": "XMLHttpRequest" + }, + "username_claimed": "dalpangeshop", + "username_unclaimed": "noonewouldeverusethis" + }, "Keybase": { "errorType": "status_code", "url": "https://keybase.io/{}",