From f3be7717971eb333ac4f213ba0771e48e1fe6fc5 Mon Sep 17 00:00:00 2001 From: Igal Kolihman Date: Tue, 21 Jun 2022 20:28:25 +0300 Subject: [PATCH 1/3] Added snapchat support to `data.json` file --- sherlock/resources/data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 9114c11..d95bd49 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1763,6 +1763,15 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "Snapchat": { + "errorType": "status_code", + "regexCheck": "^[a-z][a-z-_.]{3,15}", + "request_method": "GET", + "url": "https://www.snapchat.com/add/{}", + "urlMain": "https://www.snapchat.com", + "username_claimed": "teamsnapchat", + "username_unclaimed": "revedluowenoon" + }, "SoundCloud": { "errorType": "status_code", "url": "https://soundcloud.com/{}", From 77e9ddd026fd7a915b6dd0d51c4294f649418db3 Mon Sep 17 00:00:00 2001 From: Igal Kolihman Date: Tue, 21 Jun 2022 20:28:53 +0300 Subject: [PATCH 2/3] Removed snapchat from `removed_sites.json` --- removed_sites.json | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 5bc9d66..69af5f0 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -693,21 +693,6 @@ "username_claimed": "nielsrosanna", "username_unclaimed": "noonewouldeverusethis7" }, - "Snapchat": { - "errorMsg": "OK", - "errorType": "message", - "headers": { - "Cookie": "xsrf_token=PlEcin8s5H600toD4Swngg; sc-cookies-accepted=true; web_client_id=b1e4a3c7-4a38-4c1a-9996-2c4f24f7f956; oauth_client_id=c2Nhbg==", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko/20100101 Firefox/66.0" - }, - "regexCheck": "^[a-z][a-z-_.]{3,15}", - "request_method": "POST", - "url": "https://www.snapchat.com/add/{}", - "urlMain": "https://www.snapchat.com", - "urlProbe": "https://accounts.snapchat.com/accounts/get_username_suggestions?requested_username={}&xsrf_token=PlEcin8s5H600toD4Swngg", - "username_claimed": "teamsnapchat", - "username_unclaimed": "revedluowenoon" - }, "Chess": { "errorMsg": "\"valid\": false", "errorType": "message", From d7402b89c6bed24ea0975252f718961fb963db83 Mon Sep 17 00:00:00 2001 From: Igal Kolihman Date: Tue, 21 Jun 2022 20:29:01 +0300 Subject: [PATCH 3/3] Removed snapchat from `removed_sites.md` --- removed_sites.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/removed_sites.md b/removed_sites.md index 43513ea..e5cdaee 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1342,28 +1342,6 @@ As of 2022-05-1, FanCentro returns false positives. Will later in new version of ``` -## Snapchat - -As of 2022-05-01, Snapchat reutrns false positives - -``` - "Snapchat": { - "errorMsg": "OK", - "errorType": "message", - "headers": { - "Cookie": "xsrf_token=PlEcin8s5H600toD4Swngg; sc-cookies-accepted=true; web_client_id=b1e4a3c7-4a38-4c1a-9996-2c4f24f7f956; oauth_client_id=c2Nhbg==", - "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko/20100101 Firefox/66.0" - }, - "regexCheck": "^[a-z][a-z-_.]{3,15}", - "request_method": "POST", - "url": "https://www.snapchat.com/add/{}", - "urlMain": "https://www.snapchat.com", - "urlProbe": "https://accounts.snapchat.com/accounts/get_username_suggestions?requested_username={}&xsrf_token=PlEcin8s5H600toD4Swngg", - "username_claimed": "teamsnapchat", - "username_unclaimed": "revedluowenoon" - }, -``` - # Chess As og 2022-05-01, Chess.com returns false positives ```