Skip to content

Commit 61ef8eb

Browse files
committed
Merge branch 'fix-false-positives'
2 parents 255c9de + a9a62c2 commit 61ef8eb

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

docs/removed-sites.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1869,6 +1869,19 @@ __2024-04-24 :__ BCF seems to have gone defunct. Uncertain.
18691869
}
18701870
```
18711871

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+
}
1883+
```
1884+
18721885
## Penetestit
18731886

18741887
As of 24.06.2024, Pentestit returns a 403. This is most likely due to a new site structures
@@ -1881,4 +1894,4 @@ As of 24.06.2024, Pentestit returns a 403. This is most likely due to a new site
18811894
"urlMain": "https://lab.pentestit.ru/",
18821895
"username_claimed": "CSV"
18831896
}
1884-
```
1897+
```

sherlock/resources/data.json

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,7 @@
12761276
"username_claimed": "blue"
12771277
},
12781278
"LibraryThing": {
1279-
"errorMsg": "This user doesn't exist",
1279+
"errorMsg": "Catalog your books online",
12801280
"errorType": "message",
12811281
"url": "https://www.librarything.com/profile/{}",
12821282
"urlMain": "https://www.librarything.com/",
@@ -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/{}",
@@ -2480,8 +2473,7 @@
24802473
"username_claimed": "red"
24812474
},
24822475
"freecodecamp": {
2483-
"errorMsg": "{}",
2484-
"errorType": "message",
2476+
"errorType": "status_code",
24852477
"url": "https://www.freecodecamp.org/{}",
24862478
"urlMain": "https://www.freecodecamp.org/",
24872479
"urlProbe": "https://api.freecodecamp.org/api/users/get-public-profile?username={}",

0 commit comments

Comments
 (0)