mirror of
https://github.com/sherlock-project/sherlock
synced 2025-03-17 14:56:58 +00:00
brought back Imgur by fixing it's false positive
This commit is contained in:
parent
41cceb7b84
commit
5ce36bc6b3
3 changed files with 8 additions and 24 deletions
|
@ -113,14 +113,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Imgur": {
|
||||
"errorType": "status_code",
|
||||
"rank": 74,
|
||||
"url": "https://imgur.com/user/{}",
|
||||
"urlMain": "https://imgur.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Investing.com": {
|
||||
"errorType": "status_code",
|
||||
"rank": 196,
|
||||
|
|
|
@ -370,22 +370,6 @@ Usernames that exist are not detected.
|
|||
},
|
||||
```
|
||||
|
||||
## Imgur
|
||||
|
||||
Looks like they made some changes to the site. Sherlock says that all
|
||||
usernames are available.
|
||||
|
||||
```
|
||||
"Imgur": {
|
||||
"errorType": "status_code",
|
||||
"rank": 74,
|
||||
"url": "https://imgur.com/user/{}",
|
||||
"urlMain": "https://imgur.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## PowerShell Gallery
|
||||
|
||||
Accidentally merged even though the original pull request showed that all
|
||||
|
|
|
@ -2231,5 +2231,13 @@
|
|||
"urlMain": "https://uid.me/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Imgur": {
|
||||
"errorType": "status_code",
|
||||
"urlProbe": "https://api.imgur.com/account/v1/accounts/{}?client_id=546c25a59c58ad7",
|
||||
"url": "https://imgur.com/user/{}",
|
||||
"urlMain": "https://imgur.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue