Merge branch 'sherlock-project:master' into feat/threads

This commit is contained in:
Maikel 2024-08-02 09:43:58 +02:00 committed by GitHub
commit defd1740b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 27 additions and 12 deletions

View file

@ -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.

3
sherlock/__init__.py Normal file
View file

@ -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"

View file

@ -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",

3
sherlock/sherlock.py Normal file
View file

@ -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"

View file

@ -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/{}",