Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 23 additions & 10 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,10 @@
"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"],
"errorMsg": [
"{\"taken\":false}",
"The resource is being rate limited"
],
"request_method": "POST",
"request_payload": {
"username": "{}"
Expand Down Expand Up @@ -1114,7 +1117,10 @@
},
"HackerNews": {
"__comment__": "First errMsg invalid, second errMsg rate limited. Not ideal. Adjust for better rate limit filtering.",
"errorMsg": ["No such user.", "Sorry."],
"errorMsg": [
"No such user.",
"Sorry."
],
"errorType": "message",
"url": "https://news.ycombinator.com/user?id={}",
"urlMain": "https://news.ycombinator.com/",
Expand Down Expand Up @@ -1272,10 +1278,16 @@
"username_claimed": "blue"
},
"Instagram": {
"errorType": "status_code",
"url": "https://instagram.com/{}",
"urlMain": "https://instagram.com/",
"urlProbe": "https://imginn.com/{}",
"errorMsg": [
"<title>Instagram</title>",
"Profile isn't available"
],
"errorType": "message",
"headers": {
"User-Agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1"
},
"url": "https://www.instagram.com/{}",
"urlMain": "https://www.instagram.com/",
"username_claimed": "instagram"
},
"Instapaper": {
Expand Down Expand Up @@ -1471,7 +1483,7 @@
"urlMain": "https://lichess.org",
"username_claimed": "john"
},
"LinkedIn": {
"LinkedIn": {
"errorType": "status_code",
"headers": {
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36",
Expand Down Expand Up @@ -2546,7 +2558,6 @@
"urlMain": "https://www.twitch.tv",
"username_claimed": "xqc"
},

"Trovo": {
"errorMsg": "Uh Ohhh...",
"errorType": "message",
Expand Down Expand Up @@ -2626,7 +2637,9 @@
"username_claimed": "red"
},
"Venmo": {
"errorMsg": ["Venmo | Page Not Found"],
"errorMsg": [
"Venmo | Page Not Found"
],
"errorType": "message",
"headers": {
"Host": "account.venmo.com"
Expand Down Expand Up @@ -3280,4 +3293,4 @@
"errorCode": 404,
"username_claimed": "blue"
}
}
}
Loading