Skip to content

Commit 13a2a67

Browse files
Add Discord Invite Link detection
1 parent 4423230 commit 13a2a67

File tree

1 file changed

+16
-18
lines changed

1 file changed

+16
-18
lines changed

sherlock_project/resources/data.json

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -589,13 +589,13 @@
589589
"username_claimed": "blue"
590590
},
591591
"DigitalSpy": {
592-
"errorMsg": "The page you were looking for could not be found.",
593-
"errorType": "message",
594-
"url": "https://forums.digitalspy.com/profile/{}",
595-
"urlMain": "https://forums.digitalspy.com/",
596-
"username_claimed": "blue",
597-
"regexCheck": "^\\w{3,20}$"
598-
},
592+
"errorMsg": "The page you were looking for could not be found.",
593+
"errorType": "message",
594+
"url": "https://forums.digitalspy.com/profile/{}",
595+
"urlMain": "https://forums.digitalspy.com/",
596+
"username_claimed": "blue",
597+
"regexCheck": "^\\w{3,20}$"
598+
},
599599
"Discogs": {
600600
"errorType": "status_code",
601601
"url": "https://www.discogs.com/user/{}",
@@ -607,10 +607,7 @@
607607
"url": "https://discord.com",
608608
"urlMain": "https://discord.com/",
609609
"urlProbe": "https://discord.com/api/v9/unique-username/username-attempt-unauthed",
610-
"errorMsg": [
611-
"{\"taken\":false}",
612-
"The resource is being rate limited"
613-
],
610+
"errorMsg": ["{\"taken\":false}", "The resource is being rate limited"],
614611
"request_method": "POST",
615612
"request_payload": {
616613
"username": "{}"
@@ -620,6 +617,12 @@
620617
},
621618
"username_claimed": "blue"
622619
},
620+
"Discord Invite": {
621+
"errorType": "status_code",
622+
"url": "https://discord.gg/{}",
623+
"urlMain": "https://discord.com/invite",
624+
"username_claimed": "minecraft"
625+
},
623626
"Discuss.Elastic.co": {
624627
"errorType": "status_code",
625628
"url": "https://discuss.elastic.co/u/{}",
@@ -980,10 +983,7 @@
980983
},
981984
"HackerNews": {
982985
"__comment__": "First errMsg invalid, second errMsg rate limited. Not ideal. Adjust for better rate limit filtering.",
983-
"errorMsg": [
984-
"No such user.",
985-
"Sorry."
986-
],
986+
"errorMsg": ["No such user.", "Sorry."],
987987
"errorType": "message",
988988
"url": "https://news.ycombinator.com/user?id={}",
989989
"urlMain": "https://news.ycombinator.com/",
@@ -2151,9 +2151,7 @@
21512151
"username_claimed": "red"
21522152
},
21532153
"Venmo": {
2154-
"errorMsg": [
2155-
"Venmo | Page Not Found"
2156-
],
2154+
"errorMsg": ["Venmo | Page Not Found"],
21572155
"errorType": "message",
21582156
"headers": {
21592157
"Host": "account.venmo.com"

0 commit comments

Comments
 (0)