Skip to content

Commit

Permalink
Merge pull request sherlock-project#1186 from sherlock-project/remove…
Browse files Browse the repository at this point in the history
…-1337x

removed 1337x because the site is down
  • Loading branch information
sdushantha committed Nov 21, 2021
2 parents 659f869 + 7198786 commit a467193
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
8 changes: 8 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,14 @@
"urlMain": "https://www.cloob.com/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"1337x": {
"errorMsg": "Bad Username",
"errorType": "message",
"url": "https://1337x.to/user/{}/",
"urlMain": "https://1337x.to",
"username_claimed": "TheMorozko",
"username_unclaimed": "noonewouldeverusethis7"
}
}

13 changes: 13 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1240,3 +1240,16 @@ As of 2021-10-25, Cloob seems to be down and their site is not responding.
"username_unclaimed": "noonewouldeverusethis7"
}
```

### 1337x
As of 2021-11-21, 1337x seems to be down causing false positives.
```
"1337x": {
"errorMsg": "Bad Username",
"errorType": "message",
"url": "https://1337x.to/user/{}/",
"urlMain": "https://1337x.to",
"username_claimed": "TheMorozko",
"username_unclaimed": "noonewouldeverusethis7"
}
```
8 changes: 0 additions & 8 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
{
"1337x": {
"errorMsg": "Bad Username",
"errorType": "message",
"url": "https://1337x.to/user/{}/",
"urlMain": "https://1337x.to",
"username_claimed": "TheMorozko",
"username_unclaimed": "noonewouldeverusethis7"
},
"2Dimensions": {
"errorType": "status_code",
"url": "https://2Dimensions.com/a/{}",
Expand Down

0 comments on commit a467193

Please sign in to comment.