Skip to content

Commit

Permalink
brought back Imgur by fixing it's false positive
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Nov 5, 2020
1 parent 6857776 commit 0164ad8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
8 changes: 0 additions & 8 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
16 changes: 0 additions & 16 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 8 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 0164ad8

Please sign in to comment.