Skip to content

Commit

Permalink
Merge pull request #1958 from sherlock-project/fix-false-positive
Browse files Browse the repository at this point in the history
Deal with false positives
  • Loading branch information
sdushantha committed Dec 21, 2023
2 parents cc218fd + 51e49dd commit cac34e9
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 33 deletions.
32 changes: 32 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -837,5 +837,37 @@
"url": "https://forums.gunsandammo.com/profile/{}",
"urlMain": "https://gunsandammo.com/",
"username_claimed": "adam"
},
"TikTok": {
"errorType": "status_code",
"url": "https://tiktok.com/@{}",
"urlMain": "https://tiktok.com/",
"username_claimed": "red"
},
"Lolchess": {
"errorMsg": "No search results",
"errorType": "message",
"url": "https://lolchess.gg/profile/na/{}",
"urlMain": "https://lolchess.gg/",
"username_claimed": "blue"
},
"Virgool": {
"errorMsg": "\u06f4\u06f0\u06f4",
"errorType": "message",
"url": "https://virgool.io/@{}",
"urlMain": "https://virgool.io/",
"username_claimed": "blue"
},
"Whonix Forum": {
"errorType": "status_code",
"url": "https://forums.whonix.org/u/{}/summary",
"urlMain": "https://forums.whonix.org/",
"username_claimed": "red"
},
"ebio.gg": {
"errorType": "status_code",
"url": "https://ebio.gg/{}",
"urlMain": "https:/ebio.gg",
"username_claimed": "dev"
}
}
58 changes: 58 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1824,4 +1824,62 @@ As of 2023.08.29, GunsAndAmmo responds with 404 from time to time
"urlMain": "https://gunsandammo.com/",
"username_claimed": "adam"
}
```

## TikTok
As of 2023.12.21, TikTok returns false positives. This is because the webpage returns a somewhat blank page. This prevents us from being able to check for the existance of usernames. Proxitok does not work either.

```json
"TikTok": {
"errorType": "status_code",
"url": "https://tiktok.com/@{}",
"urlMain": "https://tiktok.com/",
"username_claimed": "red"
},
```

## Lolchess
As of 2023.12.21, Lolchess returns false positives.
```json
"Lolchess": {
"errorMsg": "No search results",
"errorType": "message",
"url": "https://lolchess.gg/profile/na/{}",
"urlMain": "https://lolchess.gg/",
"username_claimed": "blue"
},
```

## Virgool
As of 2023.12.21, Lolchess returns false positives.
```json
"Virgool": {
"errorMsg": "\u06f4\u06f0\u06f4",
"errorType": "message",
"url": "https://virgool.io/@{}",
"urlMain": "https://virgool.io/",
"username_claimed": "blue"
},
```

## Whonix Forum
As of 2023.12.21, Lolchess returns false positives.
```json
"Whonix Forum": {
"errorType": "status_code",
"url": "https://forums.whonix.org/u/{}/summary",
"urlMain": "https://forums.whonix.org/",
"username_claimed": "red"
},
```

## Ebio
As of 2023.12.21, Lolchess returns false positives.
```json
"ebio.gg": {
"errorType": "status_code",
"url": "https://ebio.gg/{}",
"urlMain": "https:/ebio.gg",
"username_claimed": "dev"
},
```
34 changes: 1 addition & 33 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
"username_claimed": "blue"
},
"Contently": {
"errorMsg": "We can't find that page!",
"errorMsg": "<title>Leading Content Marketing Platform | Contently</title>",
"errorType": "message",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
"url": "https://{}.contently.com/",
Expand Down Expand Up @@ -1237,13 +1237,6 @@
"urlMain": "https://lobste.rs/",
"username_claimed": "jcs"
},
"Lolchess": {
"errorMsg": "No search results",
"errorType": "message",
"url": "https://lolchess.gg/profile/na/{}",
"urlMain": "https://lolchess.gg/",
"username_claimed": "blue"
},
"LottieFiles": {
"errorType": "status_code",
"url": "https://lottiefiles.com/{}",
Expand Down Expand Up @@ -1945,12 +1938,6 @@
"urlMain": "https://themeforest.net/",
"username_claimed": "user"
},
"TikTok": {
"errorType": "status_code",
"url": "https://tiktok.com/@{}",
"urlMain": "https://tiktok.com/",
"username_claimed": "red"
},
"TnAFlix": {
"errorType": "status_code",
"isNSFW": true,
Expand Down Expand Up @@ -2097,13 +2084,6 @@
"urlMain": "https://vimeo.com/",
"username_claimed": "blue"
},
"Virgool": {
"errorMsg": "\u06f4\u06f0\u06f4",
"errorType": "message",
"url": "https://virgool.io/@{}",
"urlMain": "https://virgool.io/",
"username_claimed": "blue"
},
"VirusTotal": {
"errorType": "status_code",
"request_method": "GET",
Expand Down Expand Up @@ -2152,12 +2132,6 @@
"urlMain": "https://weebly.com/",
"username_claimed": "blue"
},
"Whonix Forum": {
"errorType": "status_code",
"url": "https://forums.whonix.org/u/{}/summary",
"urlMain": "https://forums.whonix.org/",
"username_claimed": "red"
},
"Wikidot": {
"errorMsg": "User does not exist.",
"errorType": "message",
Expand Down Expand Up @@ -2344,12 +2318,6 @@
"urlMain": "https://egpu.io/",
"username_claimed": "blue"
},
"ebio.gg": {
"errorType": "status_code",
"url": "https://ebio.gg/{}",
"urlMain": "https:/ebio.gg",
"username_claimed": "dev"
},
"eintracht": {
"errorType": "status_code",
"url": "https://community.eintracht.de/fans/{}",
Expand Down

0 comments on commit cac34e9

Please sign in to comment.