Remove ETSY and EUW from websites and add one.lt

This commit is contained in:
slavran 2024-06-12 16:35:47 +03:00 committed by Paul Pfeister
parent 5019e8a122
commit fff8feb1f6
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994
2 changed files with 42 additions and 25 deletions

View file

@ -618,7 +618,7 @@ removed
## Coderwall ## Coderwall
As of 2020-07-06, Coderwall returns false positives when checking for an username which contains a period. As of 2020-07-06, Coderwall returns false positives when checking for an username which contains a period.
I have tried to find out what Coderwall's criteria is for a valid username, but unfortunately I have not been able to I have tried to find out what Coderwall's criteria is for a valid username, but unfortunately I have not been able to
find it and because of this, the best thing we can do now is to remove it. find it and because of this, the best thing we can do now is to remove it.
```json ```json
"Coderwall": { "Coderwall": {
@ -666,15 +666,15 @@ As of 2020-07-24, Zomato seems to be unstable. Majority of the time, Zomato take
## Mixer ## Mixer
As of 2020-07-22, the Mixer service has closed down. As of 2020-07-22, the Mixer service has closed down.
```json ```json
"mixer.com": { "mixer.com": {
"errorType": "status_code", "errorType": "status_code",
"rank": 1544, "rank": 1544,
"url": "https://mixer.com/{}", "url": "https://mixer.com/{}",
"urlMain": "https://mixer.com/", "urlMain": "https://mixer.com/",
"urlProbe": "https://mixer.com/api/v1/channels/{}", "urlProbe": "https://mixer.com/api/v1/channels/{}",
"username_claimed": "blue", "username_claimed": "blue",
"username_unclaimed": "noonewouldeverusethis7" "username_unclaimed": "noonewouldeverusethis7"
}, },
``` ```
@ -1300,7 +1300,7 @@ As og 2022-05-01, Smashcast is down
## Countable ## Countable
As og 2022-05-01, Countable returns false positives As og 2022-05-01, Countable returns false positives
```json ```json
"Countable": { "Countable": {
"errorType": "status_code", "errorType": "status_code",
@ -1895,3 +1895,27 @@ As of 24.06.2024, Pentestit returns a 403. This is most likely due to a new site
"username_claimed": "CSV" "username_claimed": "CSV"
} }
``` ```
## Euw
__2024-06-09 :__ errorMsg detection doesn't work anymore, because the error message is included in HTTP request body, even in successful search
```json
"Euw": {
"errorMsg": "This summoner is not registered at OP.GG. Please check spelling.",
"errorType": "message",
"url": "https://euw.op.gg/summoner/userName={}",
"urlMain": "https://euw.op.gg/",
"username_claimed": "blue"
}
```
## Etsy
__2024-06-10 :__ Http request returns 403 forbidden, and tries to verify the connection, so it doesn't work anymore
```json
"Etsy": {
"errorType": "status_code",
"url": "https://www.etsy.com/shop/{}",
"urlMain": "https://www.etsy.com/",
"username_claimed": "JennyKrafts"
}
```

View file

@ -597,7 +597,7 @@
"url": "https://cyberdefenders.org/p/{}", "url": "https://cyberdefenders.org/p/{}",
"urlMain": "https://cyberdefenders.org/", "urlMain": "https://cyberdefenders.org/",
"username_claimed": "mlohn" "username_claimed": "mlohn"
}, },
"DEV Community": { "DEV Community": {
"errorType": "status_code", "errorType": "status_code",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$", "regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
@ -697,19 +697,6 @@
"urlMain": "https://www.erome.com/", "urlMain": "https://www.erome.com/",
"username_claimed": "bob" "username_claimed": "bob"
}, },
"Etsy": {
"errorType": "status_code",
"url": "https://www.etsy.com/shop/{}",
"urlMain": "https://www.etsy.com/",
"username_claimed": "JennyKrafts"
},
"Euw": {
"errorMsg": "This summoner is not registered at OP.GG. Please check spelling.",
"errorType": "message",
"url": "https://euw.op.gg/summoner/userName={}",
"urlMain": "https://euw.op.gg/",
"username_claimed": "blue"
},
"Exposure": { "Exposure": {
"errorType": "status_code", "errorType": "status_code",
"url": "https://{}.exposure.co/", "url": "https://{}.exposure.co/",
@ -2785,5 +2772,11 @@
"url": "https://www.znanylekarz.pl/{}", "url": "https://www.znanylekarz.pl/{}",
"urlMain": "https://znanylekarz.pl", "urlMain": "https://znanylekarz.pl",
"username_claimed": "janusz-nowak" "username_claimed": "janusz-nowak"
},
"One.lt": {
"errorType": "status_code",
"url": "https://www.one.lt/{}",
"urlMain": "https://www.one.lt",
"username_claimed": "lietuvis"
} }
} }