Skip to content
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ python = "^3.9"
certifi = ">=2019.6.16"
colorama = "^0.4.1"
PySocks = "^1.7.0"
requests = "^2.22.0"
requests = "^2.32.5"
requests-futures = "^1.0.0"
stem = "^1.8.0"
pandas = "^2.2.1"
Expand Down
19 changes: 13 additions & 6 deletions sherlock_project/resources/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,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 @@ -984,8 +987,8 @@
"username_claimed": "bob"
},
"Giphy": {
"errorType": "message",
"errorMsg": "<title> GIFs - Find &amp; Share on GIPHY</title>",
"errorType": "response_url",
"errorUrl": "https://giphy.com/explore/{}",
"url": "https://giphy.com/{}",
"urlMain": "https://giphy.com/",
"username_claimed": "red"
Expand Down Expand Up @@ -1108,7 +1111,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 @@ -2529,7 +2535,6 @@
"urlMain": "https://www.twitch.tv",
"username_claimed": "xqc"
},

"Trovo": {
"errorMsg": "Uh Ohhh...",
"errorType": "message",
Expand Down Expand Up @@ -2609,7 +2614,9 @@
"username_claimed": "red"
},
"Venmo": {
"errorMsg": ["Venmo | Page Not Found"],
"errorMsg": [
"Venmo | Page Not Found"
],
"errorType": "message",
"headers": {
"Host": "account.venmo.com"
Expand Down
Loading