From 2b85e0ad9de346006f97e702a0446f3bfd3b1dc9 Mon Sep 17 00:00:00 2001 From: mossfarmer <38235854+mossfarmer@users.noreply.github.com> Date: Tue, 20 Sep 2022 18:41:48 -0700 Subject: [PATCH 1/3] Fixed false positives Fixed the false positive with Star citizen so will now correctly display positives and no longer display false positives. Whonix users do not work as of now. Also changed the unclaimed username of Wikipedia because that username is taken on wikipedia now. --- sherlock/resources/data.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 363c8b1e..700da357 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1789,7 +1789,8 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Star Citizen": { - "errorType": "status_code", + "errorMsg": "404", + "errorType": "message", "url": "https://robertsspaceindustries.com/citizens/{}", "urlMain": "https://robertsspaceindustries.com/", "username_claimed": "blue", @@ -2074,7 +2075,8 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Whonix Forum": { - "errorType": "status_code", + "errorMsg": "302", + "errorType": "message", "url": "https://forums.whonix.org/u/{}", "urlMain": "https://forums.whonix.org/", "username_claimed": "red", @@ -2094,8 +2096,8 @@ "url": "https://en.wikipedia.org/wiki/Special:CentralAuth/{}?uselang=qqx", "urlMain": "https://www.wikipedia.org/", "username_claimed": "Hoadlck", - "username_unclaimed": "noonewouldeverusethis7" - }, + "username_unclaimed": "noonewouldeverusethis8" + }, "Windy": { "errorType": "status_code", "url": "https://community.windy.com/user/{}", From dcf48b0407a9570548e0d76de56d7112647a97e3 Mon Sep 17 00:00:00 2001 From: mossfarmer <38235854+mossfarmer@users.noreply.github.com> Date: Tue, 20 Sep 2022 18:43:12 -0700 Subject: [PATCH 2/3] Create data.json Fixed the false positive with Star citizen so will now correctly display positives and no longer display false positives. Whonix users do not work as of now. Also changed the unclaimed username of Wikipedia because that username is taken on wikipedia now. --- sherlock/resources/data.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 363c8b1e..700da357 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -1789,7 +1789,8 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Star Citizen": { - "errorType": "status_code", + "errorMsg": "404", + "errorType": "message", "url": "https://robertsspaceindustries.com/citizens/{}", "urlMain": "https://robertsspaceindustries.com/", "username_claimed": "blue", @@ -2074,7 +2075,8 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Whonix Forum": { - "errorType": "status_code", + "errorMsg": "302", + "errorType": "message", "url": "https://forums.whonix.org/u/{}", "urlMain": "https://forums.whonix.org/", "username_claimed": "red", @@ -2094,8 +2096,8 @@ "url": "https://en.wikipedia.org/wiki/Special:CentralAuth/{}?uselang=qqx", "urlMain": "https://www.wikipedia.org/", "username_claimed": "Hoadlck", - "username_unclaimed": "noonewouldeverusethis7" - }, + "username_unclaimed": "noonewouldeverusethis8" + }, "Windy": { "errorType": "status_code", "url": "https://community.windy.com/user/{}", From fb715a431516bed76b95087504e4c5e698466000 Mon Sep 17 00:00:00 2001 From: mossfarmer <38235854+mossfarmer@users.noreply.github.com> Date: Thu, 22 Sep 2022 21:09:42 -0700 Subject: [PATCH 3/3] Fixed Whonix check updated the url it checks to the summary page which does not return 302 response --- sherlock/resources/data.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index 700da357..57a9fbb9 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -2075,9 +2075,8 @@ "username_unclaimed": "noonewouldeverusethis7" }, "Whonix Forum": { - "errorMsg": "302", - "errorType": "message", - "url": "https://forums.whonix.org/u/{}", + "errorType": "status_code", + "url": "https://forums.whonix.org/u/{}/summary", "urlMain": "https://forums.whonix.org/", "username_claimed": "red", "username_unclaimed": "noonewouldeverusethis7"