Add some new targets

+ TorrentGalaxy
+ 1337x
+ HackenProof
pull/2092/head
Paul Pfeister 1 month ago
parent 55c680fde1
commit 27e98abbc8

@ -492,13 +492,6 @@
"urlMain": "https://www.cloob.com/",
"username_claimed": "blue"
},
"1337x": {
"errorMsg": "Bad Username",
"errorType": "message",
"url": "https://1337x.to/user/{}/",
"urlMain": "https://1337x.to",
"username_claimed": "TheMorozko"
},
"TM-Ladder": {
"errorMsg": "player unknown or invalid",
"errorType": "message",

@ -1178,19 +1178,6 @@ As of 2021-10-25, Cloob seems to be down and their site is not responding.
}
```
### 1337x
As of 2021-11-21, 1337x seems to be down causing false positives.
```json
"1337x": {
"errorMsg": "Bad Username",
"errorType": "message",
"url": "https://1337x.to/user/{}/",
"urlMain": "https://1337x.to",
"username_claimed": "TheMorozko",
"username_unclaimed": "noonewouldeverusethis7"
}
```
### TM-Ladder
As of 2021-11-30, TM-Ladder is returning false positives due to rate limits.

@ -5,6 +5,33 @@
"urlMain": "https://2Dimensions.com/",
"username_claimed": "blue"
},
"1337x": {
"errorMsg": [
"<title>Error something went wrong.</title>",
"<head><title>404 Not Found</title></head>"
],
"errorType": "message",
"regexCheck": "^[A-Za-z0-9]{4,12}$",
"url": "https://www.1337x.to/user/{}",
"urlMain": "https://www.1337x.to/",
"username_claimed": "FitGirl"
},
"HackenProof (Hackers)": {
"errorMsg": "<title>Web3s Largest Ethical Hackers Community | HackenProof</title>",
"errorType": "message",
"regexCheck": "^[\\w-]{,34}$",
"url": "https://hackenproof.com/hackers/{}",
"urlMain": "https://hackenproof.com/",
"username_claimed": "blazezaria"
},
"TorrentGalaxy": {
"errorMsg": "<title>TGx:Can't show details</title>",
"errorType": "message",
"regexCheck": "^[A-Za-z0-9]{3,15}$",
"url": "https://torrentgalaxy.to/profile/{}",
"urlMain": "https://torrentgalaxy.to/",
"username_claimed": "GalaxyRG"
},
"3dnews": {
"errorMsg": "\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c \u043d\u0435 \u0437\u0430\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0438\u0440\u043e\u0432\u0430\u043d \u0438 \u043d\u0435 \u0438\u043c\u0435\u0435\u0442 \u043f\u0440\u043e\u0444\u0438\u043b\u044f \u0434\u043b\u044f \u043f\u0440\u043e\u0441\u043c\u043e\u0442\u0440\u0430.",
"errorType": "message",

Loading…
Cancel
Save