From 4b60fca69b7a6f146cfaf94e77e4194415b1238a Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Thu, 9 Jul 2020 14:39:44 +0200 Subject: [PATCH] removed TamTam Because it return false positives when a username contains a period --- data_bad_site.json | 9 +++++++++ removed_sites.md | 16 +++++++++++++++- sherlock/resources/data.json | 9 --------- 3 files changed, 24 insertions(+), 10 deletions(-) diff --git a/data_bad_site.json b/data_bad_site.json index 5e3798a..77683d8 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -387,6 +387,15 @@ "urlMain": "https://coderwall.com/", "username_claimed": "jenny", "username_unclaimed": "noonewouldeverusethis7" + }, + "TamTam": { + "errorType": "response_url", + "errorUrl": "https://tamtam.chat/", + "rank": 87903, + "url": "https://tamtam.chat/{}", + "urlMain": "https://tamtam.chat/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" } } diff --git a/removed_sites.md b/removed_sites.md index 5911726..18d7d02 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -616,7 +616,6 @@ As of 2020-04-02, boingboing.net requires a login to check if a user exits or no ``` ## Telegram - As of 2020-04-02 Telegram always returns true even though an username is non-existant ยดยดยด @@ -782,3 +781,18 @@ find it and because of this, the best thing we can do now is to remove it. "username_unclaimed": "noonewouldeverusethis7" } ``` + + +## TamTam +As of 2020-07-06, TamTam returns false positives when given a username which contains a period +``` + "TamTam": { + "errorType": "response_url", + "errorUrl": "https://tamtam.chat/", + "rank": 87903, + "url": "https://tamtam.chat/{}", + "urlMain": "https://tamtam.chat/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis7" + }, +``` diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 50c2bfa..b6e8b0e 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1619,15 +1619,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "TamTam": { - "errorType": "response_url", - "errorUrl": "https://tamtam.chat/", - "rank": 87903, - "url": "https://tamtam.chat/{}", - "urlMain": "https://tamtam.chat/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis7" - }, "Taringa": { "errorType": "status_code", "rank": 1092,