Re-add Instagram
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/sherlock#2069 will suppress any false positives.
This commit is contained in:
parent
89251745d9
commit
760bc98a45
|
|
@ -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_.-]*$",
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/{}",
|
||||
|
|
|
|||
3
sites.md
3
sites.md
|
|
@ -1,4 +1,4 @@
|
|||
## List Of Supported Sites (403 Sites In Total!)
|
||||
## List Of Supported Sites (404 Sites In Total!)
|
||||
1.  [1337x](https://www.1337x.to/)
|
||||
1.  [2Dimensions](https://2Dimensions.com/)
|
||||
1.  [3dnews](http://forum.3dnews.ru/)
|
||||
|
|
@ -161,6 +161,7 @@
|
|||
1.  [Image Fap](https://www.imagefap.com/) **(NSFW)**
|
||||
1.  [ImgUp.cz](https://imgup.cz/)
|
||||
1.  [Imgur](https://imgur.com/)
|
||||
1.  [Instagram](https://instagram.com/)
|
||||
1.  [Instructables](https://www.instructables.com/)
|
||||
1.  [Intigriti](https://app.intigriti.com)
|
||||
1.  [Ionic Forum](https://forum.ionicframework.com/)
|
||||
|
|
|
|||
Loading…
Reference in New Issue