Skip to content

Commit

Permalink
Merge branch 'sherlock-project:master' into feat/threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail committed Aug 2, 2024
2 parents 4544ddc + 7e87a88 commit defd174
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 12 deletions.
3 changes: 3 additions & 0 deletions docs/removed-sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 3 additions & 0 deletions sherlock/__init__.py
Original file line number Diff line number Diff line change
@@ -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"
6 changes: 0 additions & 6 deletions sherlock/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions sherlock/sherlock.py
Original file line number Diff line number Diff line change
@@ -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"
24 changes: 18 additions & 6 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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/{}",
Expand Down

0 comments on commit defd174

Please sign in to comment.