Skip to content

Commit a9a62c2

Browse files
committed
removed Zhihu due to false positives
1 parent 54bebcf commit a9a62c2

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

docs/removed-sites.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1867,4 +1867,17 @@ __2024-04-24 :__ BCF seems to have gone defunct. Uncertain.
18671867
"urlMain": "https://bitcoinforum.com",
18681868
"username_claimed": "bitcoinforum.com"
18691869
}
1870+
```
1871+
1872+
## Zhihu
1873+
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
1874+
```json
1875+
1876+
"Zhihu": {
1877+
"errorMsg": "用户不存在",
1878+
"errorType": "message",
1879+
"url": "https://www.zhihu.com/people/{}",
1880+
"urlMain": "https://www.zhihu.com/",
1881+
"username_claimed": "blue"
1882+
}
18701883
```

sherlock/resources/data.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,13 +2369,6 @@
23692369
"urlMain": "https://www.youtube.com/",
23702370
"username_claimed": "youtube"
23712371
},
2372-
"Zhihu": {
2373-
"errorMsg": "404",
2374-
"errorType": "message",
2375-
"url": "https://www.zhihu.com/people/{}",
2376-
"urlMain": "https://www.zhihu.com/",
2377-
"username_claimed": "blue"
2378-
},
23792372
"akniga": {
23802373
"errorType": "status_code",
23812374
"url": "https://akniga.org/profile/{}",

0 commit comments

Comments
 (0)