From 6f3fc3d5480733a729174d3d675783a4b84edc52 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 12 Apr 2020 11:56:36 -0500 Subject: [PATCH] Remove AdobeForums. All usernames are reported available. --- data_bad_site.json | 8 ++++++++ removed_sites.md | 25 ++++++++++++++++++++++++- sherlock/resources/data.json | 8 -------- 3 files changed, 32 insertions(+), 9 deletions(-) diff --git a/data_bad_site.json b/data_bad_site.json index 87664fae..90d76b4d 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -1,4 +1,12 @@ { + "AdobeForums": { + "errorType": "status_code", + "rank": 59, + "url": "https://forums.adobe.com/people/{}", + "urlMain": "https://forums.adobe.com/", + "username_claimed": "jack", + "username_unclaimed": "noonewouldeverusethis77777" + }, "AngelList": { "errorType": "status_code", "rank": 5767, diff --git a/removed_sites.md b/removed_sites.md index db577dee..30a218ae 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -6,6 +6,29 @@ They are listed here in the hope that things may change in the future so they may be re-included. +## AdobeForums + +As of 2020-04-12, all usernames are reported as available. + +When I went to the site to see what was going on, usernames that I know +existed were redirecting to the main page. + +I was able to see user profiles without logging in, but the URL was not +related to their user name. For example, user "tomke" went to +https://community.adobe.com/t5/user/viewprofilepage/user-id/10882613. +This can be detected, but it requires a different detection method. + +``` + "AdobeForums": { + "errorType": "status_code", + "rank": 59, + "url": "https://forums.adobe.com/people/{}", + "urlMain": "https://forums.adobe.com/", + "username_claimed": "jack", + "username_unclaimed": "noonewouldeverusethis77777" + }, +``` + ## Basecamp As of 2020-02-23, all usernames are reported as not existing. @@ -423,7 +446,7 @@ exists or not. ``` -## InsaneJournal +## InsaneJournal As of 2020-02-23, InsaneJournal returns false positive, when providing a username which contains a period. Since we were not able to find the critera for a valid username, the best thing to do now is to remove it. diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index a9100c84..5a111867 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -66,14 +66,6 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, - "AdobeForums": { - "errorType": "status_code", - "rank": 59, - "url": "https://forums.adobe.com/people/{}", - "urlMain": "https://forums.adobe.com/", - "username_claimed": "jack", - "username_unclaimed": "noonewouldeverusethis77777" - }, "Alik.cz": { "errorType": "status_code", "rank": 624805,