Skip to content

Commit

Permalink
chore: discord check via unauthed reg flow check
Browse files Browse the repository at this point in the history
  • Loading branch information
ppfeister committed Jul 28, 2024
1 parent 09b324f commit 7e87a88
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/{}",
Expand Down

0 comments on commit 7e87a88

Please sign in to comment.