From f2c8afaa85b46ef37fb316dfc45ec5e6ffebd641 Mon Sep 17 00:00:00 2001 From: Roopesh V S Date: Thu, 6 Aug 2020 14:05:00 +0530 Subject: [PATCH 1/2] PayPal Works now. --- data_bad_site.json | 9 --------- removed_sites.md | 15 --------------- sherlock/resources/data.json | 9 +++++++++ 3 files changed, 9 insertions(+), 24 deletions(-) diff --git a/data_bad_site.json b/data_bad_site.json index 78bf6b9..1e6e7ac 100644 --- a/data_bad_site.json +++ b/data_bad_site.json @@ -155,15 +155,6 @@ "username_claimed": "alex", "username_unclaimed": "noonewouldeverusethis7" }, - "PayPal": { - "errorType": "response_url", - "errorUrl": "https://www.paypal.com/paypalme2/404", - "rank": 18441, - "url": "https://www.paypal.com/paypalme2/{}", - "urlMain": "https://www.paypal.me/", - "username_claimed": "blue", - "username_unclaimed": "noneownsthisusername" - }, "Pexels": { "errorType": "status_code", "rank": 745, diff --git a/removed_sites.md b/removed_sites.md index 986d755..3630f72 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -326,21 +326,6 @@ Usernames that don't exist are detected. First noticed 2019-10-25. }, ``` -## PayPal - -Usernames that don't exist are detected. - -``` - "PayPal": { - "errorType": "response_url", - "errorUrl": "https://www.paypal.com/paypalme2/404", - "rank": 18441, - "url": "https://www.paypal.com/paypalme2/{}", - "urlMain": "https://www.paypal.me/", - "username_claimed": "blue", - "username_unclaimed": "noneownsthisusername" - }, -``` ## EVE Online diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 42071ba..c853c15 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1282,6 +1282,15 @@ "username_claimed": "blue", "username_unclaimed": "noonewouldeverusethis7" }, + "PayPal": { + "errorType": "message", + "errorMsg": "", + "rank": 18441, + "url": "https://www.paypal.com/paypalme/{}", + "urlMain": "https://www.paypal.me/", + "username_claimed": "blue", + "username_unclaimed": "noneownsthisusername7" + }, "Periscope": { "errorType": "status_code", "rank": 27375, From 7cc341d29e911a38e7169b41aed9e3a0afb433a8 Mon Sep 17 00:00:00 2001 From: Roopesh V S Date: Thu, 6 Aug 2020 14:22:22 +0530 Subject: [PATCH 2/2] Added User-Agent --- sherlock/resources/data.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index c853c15..0f5c60f 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1283,8 +1283,11 @@ "username_unclaimed": "noonewouldeverusethis7" }, "PayPal": { - "errorType": "message", "errorMsg": "", + "errorType": "message", + "headers": { + "User-Agent": "" + }, "rank": 18441, "url": "https://www.paypal.com/paypalme/{}", "urlMain": "https://www.paypal.me/",