Merge branch 'fix-false-positives'

This commit is contained in:
Paul Pfeister 2024-06-24 16:21:15 -04:00
commit 61ef8eb3c3
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994
2 changed files with 16 additions and 11 deletions

View file

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

View file

@ -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/",
@ -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/{}",
@ -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={}",