mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Remove AdobeForums. All usernames are reported available.
This commit is contained in:
parent
5edc3c0a0b
commit
6f3fc3d548
3 changed files with 32 additions and 9 deletions
|
@ -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,
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue