mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-15 00:37:06 +00:00
Brought back Instagram
We are now using a third party site to do the checking of the accounts because check directly through Instagram would require us to be logged in.
This commit is contained in:
parent
8ede81782b
commit
47c5ccd93e
3 changed files with 9 additions and 22 deletions
|
@ -503,14 +503,6 @@
|
|||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Instagram": {
|
||||
"errorMsg": "href=\"/static/bundles/metro/HttpErrorPage.js/",
|
||||
"errorType": "message",
|
||||
"url": "https://www.instagram.com/{}",
|
||||
"urlMain": "https://www.instagram.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Pling": {
|
||||
"errorMsg": "Resource not found",
|
||||
"errorType": "message",
|
||||
|
|
|
@ -1003,20 +1003,6 @@ As of 2021-01-13, Badoo returns false positives
|
|||
},
|
||||
```
|
||||
|
||||
## Instagram
|
||||
As of 2021-01-13, Instagram returns false positives. This can be fixed by using their username checking API endpoint, but that requires a POST request which Sherlock currently does not support.
|
||||
|
||||
```
|
||||
"Instagram": {
|
||||
"errorMsg": "href=\"/static/bundles/metro/HttpErrorPage.js/",
|
||||
"errorType": "message",
|
||||
"url": "https://www.instagram.com/{}",
|
||||
"urlMain": "https://www.instagram.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
```
|
||||
|
||||
## Pling
|
||||
As of 2021-01-13, Pling returns false positives.
|
||||
```
|
||||
|
|
|
@ -2147,5 +2147,14 @@
|
|||
"urlMain": "https://uid.me/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Instagram": {
|
||||
"errorMsg": "Nothing found!",
|
||||
"errorType": "message",
|
||||
"urlProbe": "https://www.picuki.com/profile/{}",
|
||||
"url": "https://www.instagram.com/{}",
|
||||
"urlMain": "https://www.instagram.com/",
|
||||
"username_claimed": "blue",
|
||||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue