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/__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/resources/data.json b/sherlock/resources/data.json index b50adac..dd7f9a1 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/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" diff --git a/sherlock_project/resources/data.json b/sherlock_project/resources/data.json index b50adac..377c3be 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", @@ -640,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/{}",