mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
Merge pull request #2206 from sherlock-project/temp
Remove ETSY and EUW from websites and add one.lt
This commit is contained in:
commit
501cb3dce2
2 changed files with 42 additions and 25 deletions
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
## 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"
|
||||
}
|
||||
```
|
||||
|
|
|
@ -597,7 +597,7 @@
|
|||
"url": "https://cyberdefenders.org/p/{}",
|
||||
"urlMain": "https://cyberdefenders.org/",
|
||||
"username_claimed": "mlohn"
|
||||
},
|
||||
},
|
||||
"DEV Community": {
|
||||
"errorType": "status_code",
|
||||
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_-]*$",
|
||||
|
@ -697,19 +697,6 @@
|
|||
"urlMain": "https://www.erome.com/",
|
||||
"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": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://{}.exposure.co/",
|
||||
|
@ -2785,5 +2772,11 @@
|
|||
"url": "https://www.znanylekarz.pl/{}",
|
||||
"urlMain": "https://znanylekarz.pl",
|
||||
"username_claimed": "janusz-nowak"
|
||||
},
|
||||
"One.lt": {
|
||||
"errorType": "status_code",
|
||||
"url": "https://www.one.lt/{}",
|
||||
"urlMain": "https://www.one.lt",
|
||||
"username_claimed": "lietuvis"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue