Skip to content

Commit

Permalink
removed easyen, pedsovet, and radioskot
Browse files Browse the repository at this point in the history
These sites return false positives when using a username which contains
a period. Since we could not find the criteria for the usernames for this site, it will be removed
because of this
  • Loading branch information
sdushantha committed Jun 21, 2020
1 parent 4f11a30 commit cc2280c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 27 deletions.
51 changes: 51 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -727,3 +727,54 @@ we try to check for a username.
"username_unclaimed": "noonewouldeverusethis7"
},
```

## easyen
As of 2020-06-21, easyen returns false positives when using a username which contains
a period. Since we could not find the criteria for the usernames for this site, it will be
removed

```
"easyen": {
"errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
"errorType": "message",
"rank": 11564,
"url": "https://easyen.ru/index/8-0-{}",
"urlMain": "https://easyen.ru/",
"username_claimed": "wd",
"username_unclaimed": "noonewouldeverusethis7"
},
```

## pedsovet
As of 2020-06-21, pedsovet returns false positives when using a username which contains
a period. Since we could not find the criteria for the usernames for this site, it will be
removed

```
"pedsovet": {
"errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
"errorType": "message",
"rank": 6776,
"url": "http://pedsovet.su/index/8-0-{}",
"urlMain": "http://pedsovet.su/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
```


## radioskot
As of 2020-06-21, radioskot returns false positives when using a username which contains
a period. Since we could not find the criteria for the usernames for this site, it will be
removed
```
"radioskot": {
"errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
"errorType": "message",
"rank": 105878,
"url": "https://radioskot.ru/index/8-0-{}",
"urlMain": "https://radioskot.ru/",
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7"
},
```
27 changes: 0 additions & 27 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2069,15 +2069,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis"
},
"easyen": {
"errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
"errorType": "message",
"rank": 11564,
"url": "https://easyen.ru/index/8-0-{}",
"urlMain": "https://easyen.ru/",
"username_claimed": "wd",
"username_unclaimed": "noonewouldeverusethis7"
},
"eintracht": {
"errorType": "status_code",
"rank": 201404,
Expand Down Expand Up @@ -2372,15 +2363,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"pedsovet": {
"errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
"errorType": "message",
"rank": 6776,
"url": "http://pedsovet.su/index/8-0-{}",
"urlMain": "http://pedsovet.su/",
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"phpRU": {
"errorMsg": "\u0423\u043a\u0430\u0437\u0430\u043d\u043d\u044b\u0439 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d. \u041f\u043e\u0436\u0430\u043b\u0443\u0439\u0441\u0442\u0430, \u0432\u0432\u0435\u0434\u0438\u0442\u0435 \u0434\u0440\u0443\u0433\u043e\u0435 \u0438\u043c\u044f.",
"errorType": "message",
Expand Down Expand Up @@ -2414,15 +2396,6 @@
"username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7"
},
"radioskot": {
"errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d",
"errorType": "message",
"rank": 105878,
"url": "https://radioskot.ru/index/8-0-{}",
"urlMain": "https://radioskot.ru/",
"username_claimed": "red",
"username_unclaimed": "noonewouldeverusethis7"
},
"satsisRU": {
"errorType": "status_code",
"rank": 447395,
Expand Down

0 comments on commit cc2280c

Please sign in to comment.