From 8414ce4d66d52c35a09fee601f512e329639a86f Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sun, 6 Feb 2022 13:16:34 +0100 Subject: [PATCH 1/2] fixed Codecademy false positive --- sherlock/resources/data.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 763b1989..83b4fe82 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -364,7 +364,8 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Codecademy": { - "errorType": "status_code", + "errorMsg": "This profile could not be found", + "errorType": "message", "url": "https://www.codecademy.com/profiles/{}", "urlMain": "https://www.codecademy.com/", "username_claimed": "blue", From 6dc16c6153660e97d0016036010196e10dbe4690 Mon Sep 17 00:00:00 2001 From: Siddharth Dushantha Date: Sun, 6 Feb 2022 13:19:17 +0100 Subject: [PATCH 2/2] removed Facenama --- removed_sites.json | 9 +++++++++ removed_sites.md | 15 +++++++++++++++ sherlock/resources/data.json | 9 --------- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/removed_sites.json b/removed_sites.json index 94953c07..4baefbd1 100644 --- a/removed_sites.json +++ b/removed_sites.json @@ -651,5 +651,14 @@ "urlMain": "https://plug.dj/", "username_claimed": "plug-dj-rock", "username_unclaimed": "noonewouldeverusethis7" + }, + "Facenama": { + "errorType": "response_url", + "errorUrl": "https://facenama.com/404.html", + "regexCheck": "^[-a-zA-Z0-9_]+$", + "url": "https://facenama.com/{}", + "urlMain": "https://facenama.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis77" } } diff --git a/removed_sites.md b/removed_sites.md index 49af1bce..b8398eb4 100644 --- a/removed_sites.md +++ b/removed_sites.md @@ -1264,3 +1264,18 @@ As of 2021-12-02, plug.dj is returning false positives because the service is do "username_unclaimed": "noonewouldeverusethis7" } ``` + +## Facenama + +As of 2022-02-6, Facenama seems to be down their rebuilding their site +``` + "Facenama": { + "errorType": "response_url", + "errorUrl": "https://facenama.com/404.html", + "regexCheck": "^[-a-zA-Z0-9_]+$", + "url": "https://facenama.com/{}", + "urlMain": "https://facenama.com/", + "username_claimed": "blue", + "username_unclaimed": "noonewouldeverusethis77" + }, +``` diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 83b4fe82..0e3291de 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -586,15 +586,6 @@ "username_claimed": "hackerman", "username_unclaimed": "noonewouldeverusethis7" }, - "Facenama": { - "errorType": "response_url", - "errorUrl": "https://facenama.com/404.html", - "regexCheck": "^[-a-zA-Z0-9_]+$", - "url": "https://facenama.com/{}", - "urlMain": "https://facenama.com/", - "username_claimed": "blue", - "username_unclaimed": "noonewouldeverusethis77" - }, "FanCentro": { "errorMsg": "var environment", "errorType": "message",