From 684401c0a1bd467b127ac1346a23ed7ad2902075 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Wed, 13 Jan 2021 11:39:25 +0100 Subject: [PATCH] removed Instagram due to false positives --- removed_sites.json | 8 ++++++++ removed_sites.md | 14 ++++++++++++++ sherlock/resources/data.json | 8 -------- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index e2ed29f..9c6a911 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -503,5 +503,13 @@ "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" + }, } diff --git a/removed_sites.md b/removed_sites.md index 2ba8907..9151901 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1001,4 +1001,18 @@ As of 2021-01-13, Badoo returns false positives "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, +``` + +## 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" + }, ``` \ No newline at end of file diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 8f7472d..fb10235 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -798,14 +798,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" - }, "Instructables": { "errorType": "status_code", "url": "https://www.instructables.com/member/{}",