Skip to content

Commit

Permalink
Merge branch 'fix-false-positives'
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Jun 24, 2024
2 parents 255c9de + a9a62c2 commit 61ef8eb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 11 deletions.
15 changes: 14 additions & 1 deletion docs/removed-sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1869,6 +1869,19 @@ __2024-04-24 :__ BCF seems to have gone defunct. Uncertain.
}
```

## 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"
}
```

## Penetestit

As of 24.06.2024, Pentestit returns a 403. This is most likely due to a new site structures
Expand All @@ -1881,4 +1894,4 @@ As of 24.06.2024, Pentestit returns a 403. This is most likely due to a new site
"urlMain": "https://lab.pentestit.ru/",
"username_claimed": "CSV"
}
```
```
12 changes: 2 additions & 10 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@
"username_claimed": "blue"
},
"LibraryThing": {
"errorMsg": "This user doesn't exist",
"errorMsg": "Catalog your books online",
"errorType": "message",
"url": "https://www.librarything.com/profile/{}",
"urlMain": "https://www.librarything.com/",
Expand Down Expand Up @@ -2369,13 +2369,6 @@
"urlMain": "https://www.youtube.com/",
"username_claimed": "youtube"
},
"Zhihu": {
"errorMsg": "404",
"errorType": "message",
"url": "https://www.zhihu.com/people/{}",
"urlMain": "https://www.zhihu.com/",
"username_claimed": "blue"
},
"akniga": {
"errorType": "status_code",
"url": "https://akniga.org/profile/{}",
Expand Down Expand Up @@ -2480,8 +2473,7 @@
"username_claimed": "red"
},
"freecodecamp": {
"errorMsg": "{}",
"errorType": "message",
"errorType": "status_code",
"url": "https://www.freecodecamp.org/{}",
"urlMain": "https://www.freecodecamp.org/",
"urlProbe": "https://api.freecodecamp.org/api/users/get-public-profile?username={}",
Expand Down

0 comments on commit 61ef8eb

Please sign in to comment.