mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 12:38:27 +00:00
removed Zhihu due to false positives
This commit is contained in:
parent
54bebcf2f4
commit
a9a62c2a11
2 changed files with 13 additions and 7 deletions
|
@ -1867,4 +1867,17 @@ __2024-04-24 :__ BCF seems to have gone defunct. Uncertain.
|
||||||
"urlMain": "https://bitcoinforum.com",
|
"urlMain": "https://bitcoinforum.com",
|
||||||
"username_claimed": "bitcoinforum.com"
|
"username_claimed": "bitcoinforum.com"
|
||||||
}
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Zhihu
|
||||||
|
As of 24.06.2024, Zhihu returns false positives as they obfuscate the code thats returned. Checking for patterns may allow us to find a way to detect the existans of a user, this will be need to be worked on later
|
||||||
|
```json
|
||||||
|
|
||||||
|
"Zhihu": {
|
||||||
|
"errorMsg": "用户不存在",
|
||||||
|
"errorType": "message",
|
||||||
|
"url": "https://www.zhihu.com/people/{}",
|
||||||
|
"urlMain": "https://www.zhihu.com/",
|
||||||
|
"username_claimed": "blue"
|
||||||
|
}
|
||||||
```
|
```
|
|
@ -2369,13 +2369,6 @@
|
||||||
"urlMain": "https://www.youtube.com/",
|
"urlMain": "https://www.youtube.com/",
|
||||||
"username_claimed": "youtube"
|
"username_claimed": "youtube"
|
||||||
},
|
},
|
||||||
"Zhihu": {
|
|
||||||
"errorMsg": "404",
|
|
||||||
"errorType": "message",
|
|
||||||
"url": "https://www.zhihu.com/people/{}",
|
|
||||||
"urlMain": "https://www.zhihu.com/",
|
|
||||||
"username_claimed": "blue"
|
|
||||||
},
|
|
||||||
"akniga": {
|
"akniga": {
|
||||||
"errorType": "status_code",
|
"errorType": "status_code",
|
||||||
"url": "https://akniga.org/profile/{}",
|
"url": "https://akniga.org/profile/{}",
|
||||||
|
|
Loading…
Add table
Reference in a new issue