Skip to content

Commit

Permalink
Re-add Instagram
Browse files Browse the repository at this point in the history
Instagram has been added back to the site list using the old picuki probe. This service DOES use Cloudflare, but it will function perfectly fine until rate limited. Once rate limited, sherlock-project#2069 will suppress any false positives.
  • Loading branch information
ppfeister committed Apr 25, 2024
1 parent 8925174 commit 760bc98
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 23 deletions.
8 changes: 0 additions & 8 deletions removed_sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -756,14 +756,6 @@
"urlProbe": "https://onlyfans.com/api2/v2/users/{}",
"username_claimed": "theemilylynne"
},
"Instagram": {
"errorMsg": "Nothing found!",
"errorType": "message",
"url": "https://www.instagram.com/{}",
"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_.-]*$",
Expand Down
14 changes: 0 additions & 14 deletions removed_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -1687,20 +1687,6 @@ As of 2023.04.20, OnlyFans returns false negatives on checking usernames with th
}
```

## Instagram
As of 2023.04.21, Instagram returns false positives as picuki.com was used to query for usernames but they now user Cloudflare

```json
"Instagram": {
"errorMsg": "Nothing found!",
"errorType": "message",
"url": "https://www.instagram.com/{}",
"urlMain": "https://www.instagram.com/",
"urlProbe": "https://www.picuki.com/profile/{}",
"username_claimed": "blue"
}
```

## OK
As of 2023.04.21, Ok.ru returns false positives
```json
Expand Down
7 changes: 7 additions & 0 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1115,6 +1115,13 @@
"urlProbe": "https://api.imgur.com/account/v1/accounts/{}?client_id=546c25a59c58ad7",
"username_claimed": "blue"
},
"Instagram": {
"errorType": "status_code",
"url": "https://instagram.com/{}",
"urlMain": "https://instagram.com/",
"urlProbe": "https://www.picuki.com/profile/{}",
"username_claimed": "instagram"
},
"Instructables": {
"errorType": "status_code",
"url": "https://www.instructables.com/member/{}",
Expand Down
3 changes: 2 additions & 1 deletion sites.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## List Of Supported Sites (403 Sites In Total!)
## List Of Supported Sites (404 Sites In Total!)
1. ![](https://www.google.com/s2/favicons?domain=https://www.1337x.to/) [1337x](https://www.1337x.to/)
1. ![](https://www.google.com/s2/favicons?domain=https://2Dimensions.com/) [2Dimensions](https://2Dimensions.com/)
1. ![](https://www.google.com/s2/favicons?domain=http://forum.3dnews.ru/) [3dnews](http://forum.3dnews.ru/)
Expand Down Expand Up @@ -161,6 +161,7 @@
1. ![](https://www.google.com/s2/favicons?domain=https://www.imagefap.com/) [Image Fap](https://www.imagefap.com/) **(NSFW)**
1. ![](https://www.google.com/s2/favicons?domain=https://imgup.cz/) [ImgUp.cz](https://imgup.cz/)
1. ![](https://www.google.com/s2/favicons?domain=https://imgur.com/) [Imgur](https://imgur.com/)
1. ![](https://www.google.com/s2/favicons?domain=https://instagram.com/) [Instagram](https://instagram.com/)
1. ![](https://www.google.com/s2/favicons?domain=https://www.instructables.com/) [Instructables](https://www.instructables.com/)
1. ![](https://www.google.com/s2/favicons?domain=https://app.intigriti.com) [Intigriti](https://app.intigriti.com)
1. ![](https://www.google.com/s2/favicons?domain=https://forum.ionicframework.com/) [Ionic Forum](https://forum.ionicframework.com/)
Expand Down

0 comments on commit 760bc98

Please sign in to comment.