mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-14 16:27:10 +00:00
Reduce non-CF false positives
The following targets were fixed: Archive[.]org CGTrader CNET Contently IFTTT Linktree xHamster The following targets were removed: HexRPG (auth wall) ModelHub (defunct) Oracle Communities (auth wall) ModelHub was not added to ./removed_sites.md as the platform itself is shutting down (and will therefore never return to Sherlock). The other removed targets were documented normally. BitcoinForum is currently down and suspected to be defunct. Since this is uncertain, however, a test condition was added to suppress false positives while allowing for normal operation upon the forum's return.
This commit is contained in:
parent
55c680fde1
commit
41977dd901
3 changed files with 54 additions and 45 deletions
|
@ -1882,4 +1882,41 @@ As of 2023.12.21, Ebio returns false positives.
|
|||
"urlMain": "https:/ebio.gg",
|
||||
"username_claimed": "dev"
|
||||
},
|
||||
```
|
||||
|
||||
## HexRPG
|
||||
__2024-04-07 :__ HexRPG behind authentication wall. Unable to check usernames without logging in.
|
||||
```json
|
||||
"HexRPG": {
|
||||
"errorMsg": "Error : User ",
|
||||
"errorType": "message",
|
||||
"regexCheck": "^[a-zA-Z0-9_ ]{3,20}$",
|
||||
"url": "https://www.hexrpg.com/userinfo/{}",
|
||||
"urlMain": "https://www.hexrpg.com/",
|
||||
"username_claimed": "blue"
|
||||
}
|
||||
```
|
||||
|
||||
## Oracle Communities
|
||||
__2024-04-07 :__ Oracle Communities behind authentication wall. Unable to check usernames without logging in.
|
||||
```json
|
||||
"Oracle Communities": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://community.oracle.com/people/{}",
|
||||
"urlMain": "https://community.oracle.com",
|
||||
"username_claimed": "dev"
|
||||
}
|
||||
```
|
||||
|
||||
## Metacritic
|
||||
__2024-04-07 :__ Non-existent users seemingly displayed as real users with no activity. Needs adjustment.
|
||||
```json
|
||||
"metacritic": {
|
||||
"errorMsg": "User not found",
|
||||
"errorType": "message",
|
||||
"regexCheck": "^(?![-_].)[A-Za-z0-9-_]{3,15}$",
|
||||
"url": "https://www.metacritic.com/user/{}",
|
||||
"urlMain": "https://www.metacritic.com/",
|
||||
"username_claimed": "blue"
|
||||
}
|
||||
```
|
|
@ -142,9 +142,10 @@
|
|||
"username_claimed": "test"
|
||||
},
|
||||
"Archive.org": {
|
||||
"errorMsg": "cannot find account",
|
||||
"errorMsg": "could not fetch an account with user item identifier",
|
||||
"errorType": "message",
|
||||
"url": "https://archive.org/details/@{}",
|
||||
"urlProbe": "https://archive.org/details/@{}?noscript=true",
|
||||
"urlMain": "https://archive.org",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
|
@ -260,7 +261,11 @@
|
|||
"username_claimed": "white"
|
||||
},
|
||||
"BitCoinForum": {
|
||||
"errorMsg": "The user whose profile you are trying to view does not exist.",
|
||||
"::::README::::": "The fate of BCF is uncertain. Site offline 2024-03-24. If the site remains offline, this can be removed.",
|
||||
"errorMsg": [
|
||||
"The user whose profile you are trying to view does not exist.",
|
||||
"Additionally, a 404 Not Found\nerror was encountered while trying to use an ErrorDocument to handle the request"
|
||||
],
|
||||
"errorType": "message",
|
||||
"url": "https://bitcoinforum.com/profile/{}",
|
||||
"urlMain": "https://bitcoinforum.com",
|
||||
|
@ -321,15 +326,13 @@
|
|||
"username_claimed": "blue"
|
||||
},
|
||||
"CGTrader": {
|
||||
"errorMsg": "3D models for CG digital design and artwork",
|
||||
"errorType": "message",
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.cgtrader.com/{}",
|
||||
"urlMain": "https://www.cgtrader.com",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"CNET": {
|
||||
"errorMsg": "null null - CNET",
|
||||
"errorType": "message",
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.cnet.com/profiles/{}/",
|
||||
"urlMain": "https://www.cnet.com/",
|
||||
"username_claimed": "elliottcnet"
|
||||
|
@ -502,8 +505,8 @@
|
|||
"username_claimed": "blue"
|
||||
},
|
||||
"Contently": {
|
||||
"errorMsg": "<title>Leading Content Marketing Platform | Contently</title>",
|
||||
"errorType": "message",
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://contently.com",
|
||||
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
|
||||
"url": "https://{}.contently.com/",
|
||||
"urlMain": "https://contently.com/",
|
||||
|
@ -926,14 +929,6 @@
|
|||
"urlMain": "https://www.gutefrage.net/",
|
||||
"username_claimed": "gutefrage"
|
||||
},
|
||||
"HEXRPG": {
|
||||
"errorMsg": "Error : User ",
|
||||
"errorType": "message",
|
||||
"regexCheck": "^[a-zA-Z0-9_ ]{3,20}$",
|
||||
"url": "https://www.hexrpg.com/userinfo/{}",
|
||||
"urlMain": "https://www.hexrpg.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"HackTheBox": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://forum.hackthebox.eu/profile/{}",
|
||||
|
@ -1033,8 +1028,7 @@
|
|||
"username_claimed": "Micheal"
|
||||
},
|
||||
"IFTTT": {
|
||||
"errorMsg": "The requested page or file does not exist",
|
||||
"errorType": "message",
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[A-Za-z0-9]{3,35}$",
|
||||
"url": "https://www.ifttt.com/p/{}",
|
||||
"urlMain": "https://www.ifttt.com/",
|
||||
|
@ -1211,7 +1205,8 @@
|
|||
"username_claimed": "blue"
|
||||
},
|
||||
"Linktree": {
|
||||
"errorType": "status_code",
|
||||
"errorMsg": "\"statusCode\":404",
|
||||
"errorType": "message",
|
||||
"url": "https://linktr.ee/{}",
|
||||
"urlMain": "https://linktr.ee/",
|
||||
"username_claimed": "anne"
|
||||
|
@ -1291,13 +1286,6 @@
|
|||
"urlProbe": "https://api.mixcloud.com/{}/",
|
||||
"username_claimed": "jenny"
|
||||
},
|
||||
"Modelhub": {
|
||||
"errorType": "status_code",
|
||||
"isNSFW": true,
|
||||
"url": "https://www.modelhub.com/{}/videos",
|
||||
"urlMain": "https://www.modelhub.com/",
|
||||
"username_claimed": "secretcrush"
|
||||
},
|
||||
"Monkeytype": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://monkeytype.com/profile/{}",
|
||||
|
@ -1450,12 +1438,6 @@
|
|||
"urlMain": "https://opensource.com/",
|
||||
"username_claimed": "red"
|
||||
},
|
||||
"Oracle Community": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://community.oracle.com/people/{}",
|
||||
"urlMain": "https://community.oracle.com",
|
||||
"username_claimed": "dev"
|
||||
},
|
||||
"OurDJTalk": {
|
||||
"errorMsg": "The specified member cannot be found",
|
||||
"errorType": "message",
|
||||
|
@ -1550,8 +1532,8 @@
|
|||
"username_claimed": "swiftstickler"
|
||||
},
|
||||
"Polymart": {
|
||||
"errorMsg": "Looks like we couldn't find this user. Sorry!",
|
||||
"errorType": "message",
|
||||
"errorType": "response_url",
|
||||
"errorUrl": "https://polymart.org/user/-1",
|
||||
"url": "https://polymart.org/user/{}",
|
||||
"urlMain": "https://polymart.org/",
|
||||
"username_claimed": "craciu25yt"
|
||||
|
@ -2497,14 +2479,6 @@
|
|||
"urlMain": "https://www.mercadolivre.com.br",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"metacritic": {
|
||||
"errorMsg": "User not found",
|
||||
"errorType": "message",
|
||||
"regexCheck": "^(?![-_].)[A-Za-z0-9-_]{3,15}$",
|
||||
"url": "https://www.metacritic.com/user/{}",
|
||||
"urlMain": "https://www.metacritic.com/",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"minds": {
|
||||
"errorMsg": "\"valid\":true",
|
||||
"errorType": "message",
|
||||
|
@ -2657,6 +2631,7 @@
|
|||
"isNSFW": true,
|
||||
"url": "https://xhamster.com/users/{}",
|
||||
"urlMain": "https://xhamster.com",
|
||||
"urlProbe": "https://xhamster.com/users/{}?old_browser=true",
|
||||
"username_claimed": "blue"
|
||||
},
|
||||
"znanylekarz.pl": {
|
||||
|
|
3
sites.md
3
sites.md
|
@ -135,7 +135,6 @@
|
|||
1. ![](https://www.google.com/s2/favicons?domain=http://en.gravatar.com/) [Gravatar](http://en.gravatar.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://www.gumroad.com/) [Gumroad](https://www.gumroad.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://www.gutefrage.net/) [Gutefrage](https://www.gutefrage.net/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://www.hexrpg.com/) [HEXRPG](https://www.hexrpg.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://forum.hackthebox.eu/) [HackTheBox](https://forum.hackthebox.eu/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://hackaday.io/) [Hackaday](https://hackaday.io/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://hackerearth.com/) [HackerEarth](https://hackerearth.com/)
|
||||
|
@ -188,7 +187,6 @@
|
|||
1. ![](https://www.google.com/s2/favicons?domain=https://www.memrise.com/) [Memrise](https://www.memrise.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://minecraft.net/) [Minecraft](https://minecraft.net/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://www.mixcloud.com/) [MixCloud](https://www.mixcloud.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://www.modelhub.com/) [Modelhub](https://www.modelhub.com/) **(NSFW)**
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://monkeytype.com/) [Monkeytype](https://monkeytype.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://motherless.com/) [Motherless](https://motherless.com/) **(NSFW)**
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://www.motorradfrage.net/) [Motorradfrage](https://www.motorradfrage.net/)
|
||||
|
@ -212,7 +210,6 @@
|
|||
1. ![](https://www.google.com/s2/favicons?domain=https://ogu.gg/) [OGUsers](https://ogu.gg/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://www.openstreetmap.org/) [OpenStreetMap](https://www.openstreetmap.org/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://opensource.com/) [Opensource](https://opensource.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://community.oracle.com) [Oracle Community](https://community.oracle.com)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://ourdjtalk.com/) [OurDJTalk](https://ourdjtalk.com/)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://pcgamer.com) [PCGamer](https://pcgamer.com)
|
||||
1. ![](https://www.google.com/s2/favicons?domain=https://psnprofiles.com/) [PSNProfiles.com](https://psnprofiles.com/)
|
||||
|
|
Loading…
Reference in a new issue