Skip to content

Commit

Permalink
removed ok.ru
Browse files Browse the repository at this point in the history
  • Loading branch information
sdushantha committed Apr 21, 2023
1 parent 88af0bb commit 13e3721
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 7 deletions.
7 changes: 7 additions & 0 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -770,5 +770,12 @@
"urlMain": "https://www.instagram.com/",
"urlProbe": "https://www.picuki.com/profile/{}",
"username_claimed": "blue"
},
"OK": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_.-]*$",
"url": "https://ok.ru/{}",
"urlMain": "https://ok.ru/",
"username_claimed": "ok"
}
}
12 changes: 12 additions & 0 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1712,4 +1712,16 @@ As of 2023.04.21, Instagram returns false positives as picuki.com was used to qu
"urlProbe": "https://www.picuki.com/profile/{}",
"username_claimed": "blue"
}
```

## OK
As of 2023.04.21, Ok.ru returns false positives
```json
"OK": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_.-]*$",
"url": "https://ok.ru/{}",
"urlMain": "https://ok.ru/",
"username_claimed": "ok"
}
```
7 changes: 0 additions & 7 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1459,13 +1459,6 @@
"urlMain": "https://ogu.gg/",
"username_claimed": "ogusers"
},
"OK": {
"errorType": "status_code",
"regexCheck": "^[a-zA-Z][a-zA-Z0-9_.-]*$",
"url": "https://ok.ru/{}",
"urlMain": "https://ok.ru/",
"username_claimed": "ok"
},
"OpenStreetMap": {
"errorType": "status_code",
"url": "https://www.openstreetmap.org/user/{}",
Expand Down

0 comments on commit 13e3721

Please sign in to comment.