Skip to content

Commit 7e87a88

Browse files
committed
chore: discord check via unauthed reg flow check
1 parent 09b324f commit 7e87a88

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

sherlock_project/resources/data.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -634,6 +634,24 @@
634634
"urlMain": "https://www.discogs.com/",
635635
"username_claimed": "blue"
636636
},
637+
"Discord": {
638+
"errorType": "message",
639+
"url": "https://discord.com",
640+
"urlMain": "https://discord.com/",
641+
"urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
642+
"errorMsg": [
643+
"{\"taken\":false}",
644+
"The resource is being rate limited"
645+
],
646+
"request_method": "POST",
647+
"request_payload": {
648+
"username": "{}"
649+
},
650+
"headers": {
651+
"Content-Type": "application/json"
652+
},
653+
"username_claimed": "blue"
654+
},
637655
"Discuss.Elastic.co": {
638656
"errorType": "status_code",
639657
"url": "https://discuss.elastic.co/u/{}",

0 commit comments

Comments
 (0)