mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 03:43:02 +00:00
chore: discord check via unauthed reg flow check
This commit is contained in:
parent
09b324f7d4
commit
7e87a88d71
1 changed files with 18 additions and 0 deletions
|
@ -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/{}",
|
||||
|
|
Loading…
Reference in a new issue