mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-26 22:00:27 +00:00
Remove "KiwiFarms". You now have to be logged in to see any profile.
This commit is contained in:
parent
ea173cf313
commit
b1fc363d31
3 changed files with 26 additions and 9 deletions
|
@ -933,15 +933,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"KiwiFarms": {
|
||||
"errorMsg": "The specified member cannot be found",
|
||||
"errorType": "message",
|
||||
"rank": 38737,
|
||||
"url": "https://kiwifarms.net/members/?username={}",
|
||||
"urlMain": "https://kiwifarms.net/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis"
|
||||
},
|
||||
"Kongregate": {
|
||||
"errorMsg": "Sorry, no account with that name was found.",
|
||||
"errorType": "message",
|
||||
|
|
|
@ -80,6 +80,15 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"KiwiFarms": {
|
||||
"errorMsg": "The specified member cannot be found",
|
||||
"errorType": "message",
|
||||
"rank": 38737,
|
||||
"url": "https://kiwifarms.net/members/?username={}",
|
||||
"urlMain": "https://kiwifarms.net/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis"
|
||||
},
|
||||
"linkedin.com": {
|
||||
"errorMsg": "This profile is not available",
|
||||
"errorType": "message",
|
||||
|
|
|
@ -6,6 +6,23 @@ They are listed here in the hope that things may change in the future
|
|||
so they may be re-included.
|
||||
|
||||
|
||||
## KiwiFarms
|
||||
|
||||
As of 2019-12-31, the site gives a 403 for all usernames. You have to
|
||||
be logged into see a profile.
|
||||
|
||||
```
|
||||
"KiwiFarms": {
|
||||
"errorMsg": "The specified member cannot be found",
|
||||
"errorType": "message",
|
||||
"rank": 38737,
|
||||
"url": "https://kiwifarms.net/members/?username={}",
|
||||
"urlMain": "https://kiwifarms.net/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis"
|
||||
},
|
||||
```
|
||||
|
||||
## Teknik
|
||||
|
||||
As of 2019-11-30, the site causes Sherlock to just hang.
|
||||
|
|
Loading…
Reference in a new issue