Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from sherlock-project:master #4

Merged
merged 4 commits into from
Jul 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
removed PCPartPicker
  • Loading branch information
sdushantha committed Jul 17, 2022
commit 11694409c1c955270f5e7edf30258fe1521b87b0
12 changes: 12 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1468,4 +1468,16 @@ Removed due to false positive
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis76543"
}
```

## PCPartPicker
As of 17-07-2022, PCPartPicker requires us to login in order to check if a user exits
```
"PCPartPicker": {
"errorType": "status_code",
"url": "https://pcpartpicker.com/user/{}",
"urlMain": "https://pcpartpicker.com",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```
7 changes: 0 additions & 7 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1437,13 +1437,6 @@
"username_claimed": "admin",
"username_unclaimed": "noonewouldeverusethis7"
},
"PCPartPicker": {
"errorType": "status_code",
"url": "https://pcpartpicker.com/user/{}",
"urlMain": "https://pcpartpicker.com",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"PSNProfiles.com": {
"errorType": "response_url",
"errorUrl": "https://psnprofiles.com/?psnId={}",
Expand Down