From 35773d43daf80198101cdb55b83cc7e63407ad9d Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Tue, 9 Jul 2024 20:15:52 -0400 Subject: [PATCH 1/3] Accomodate legacy client version checks --- sherlock/__init__.py | 3 +++ sherlock/sherlock.py | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 sherlock/__init__.py create mode 100644 sherlock/sherlock.py diff --git a/sherlock/__init__.py b/sherlock/__init__.py new file mode 100644 index 0000000..7001402 --- /dev/null +++ b/sherlock/__init__.py @@ -0,0 +1,3 @@ +# This file used to trigger updates on packages too out of date +# to use the new release tag format. Remove in next update. +__version__ = "0.15.0" diff --git a/sherlock/sherlock.py b/sherlock/sherlock.py new file mode 100644 index 0000000..7001402 --- /dev/null +++ b/sherlock/sherlock.py @@ -0,0 +1,3 @@ +# This file used to trigger updates on packages too out of date +# to use the new release tag format. Remove in next update. +__version__ = "0.15.0" From 09b324f7d4ee393bd2055b0748155d5d6f98208f Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Mon, 22 Jul 2024 00:33:31 -0400 Subject: [PATCH 2/3] chore: deactivate alik.cz --- docs/removed-sites.md | 3 +++ sherlock/resources/data.json | 6 ------ sherlock_project/resources/data.json | 6 ------ 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/removed-sites.md b/docs/removed-sites.md index 16096d6..7b50c0b 100644 --- a/docs/removed-sites.md +++ b/docs/removed-sites.md @@ -1919,3 +1919,6 @@ __2024-06-10 :__ Http request returns 403 forbidden, and tries to verify the con "username_claimed": "JennyKrafts" } ``` + +## Alik.cz +__2024-07-21 :__ Target is now BLACKLISTED from the default manifest due to the site recieving unnecessarily high traffic from Sherlock. This target is not permitted to be reactivited. Inclusion in unrelated manifests is not impacted, but it is discouraged. diff --git a/sherlock/resources/data.json b/sherlock/resources/data.json index d8c4e9b..c2ed5c5 100644 --- a/sherlock/resources/data.json +++ b/sherlock/resources/data.json @@ -91,12 +91,6 @@ "urlMain": "https://www.airliners.net/", "username_claimed": "yushinlin" }, - "Alik.cz": { - "errorType": "status_code", - "url": "https://www.alik.cz/u/{}", - "urlMain": "https://www.alik.cz/", - "username_claimed": "julian" - }, "All Things Worn": { "errorMsg": "Sell Used Panties", "errorType": "message", diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index d8c4e9b..c2ed5c5 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -91,12 +91,6 @@ "urlMain": "https://www.airliners.net/", "username_claimed": "yushinlin" }, - "Alik.cz": { - "errorType": "status_code", - "url": "https://www.alik.cz/u/{}", - "urlMain": "https://www.alik.cz/", - "username_claimed": "julian" - }, "All Things Worn": { "errorMsg": "Sell Used Panties", "errorType": "message", From 7e87a88d71f441e6106cda2961da43c1d1b47966 Mon Sep 17 00:00:00 2001 From: Paul Pfeister Date: Sun, 28 Jul 2024 00:14:57 -0400 Subject: [PATCH 3/3] chore: discord check via unauthed reg flow check --- sherlock_project/resources/data.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index c2ed5c5..e6fe1c6 100644 --- a/sherlock_project/resources/data.json +++ b/sherlock_project/resources/data.json @@ -634,6 +634,24 @@ "urlMain": "https://www.discogs.com/", "username_claimed": "blue" }, + "Discord": { + "errorType": "message", + "url": "https://discord.com", + "urlMain": "https://discord.com/", + "urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed", + "errorMsg": [ + "{\"taken\":false}", + "The resource is being rate limited" + ], + "request_method": "POST", + "request_payload": { + "username": "{}" + }, + "headers": { + "Content-Type": "application/json" + }, + "username_claimed": "blue" + }, "Discuss.Elastic.co": { "errorType": "status_code", "url": "https://discuss.elastic.co/u/{}",