mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 20:48:27 +00:00
Convert Trip to use more reliable HTTP Status detection method. The site gives a clean 410 error. They changed their site response, so we were getting false positives.
This commit is contained in:
parent
588616d615
commit
75bbae8c3c
3 changed files with 3 additions and 4 deletions
|
@ -68,7 +68,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
|
|||
[--print-found]
|
||||
USERNAMES [USERNAMES ...]
|
||||
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.8.6)
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.8.7)
|
||||
|
||||
positional arguments:
|
||||
USERNAMES One or more usernames to check with social networks.
|
||||
|
|
|
@ -1254,8 +1254,7 @@
|
|||
"username_unclaimed": "noonewouldeverusethis7"
|
||||
},
|
||||
"Trip": {
|
||||
"errorMsg": "Page not found",
|
||||
"errorType": "message",
|
||||
"errorType": "status_code",
|
||||
"rank": 2558,
|
||||
"url": "https://www.trip.skyscanner.com/user/{}",
|
||||
"urlMain": "https://www.trip.skyscanner.com/",
|
||||
|
|
|
@ -26,7 +26,7 @@ from torrequest import TorRequest
|
|||
from load_proxies import load_proxies_from_csv, check_proxy_list
|
||||
|
||||
module_name = "Sherlock: Find Usernames Across Social Networks"
|
||||
__version__ = "0.8.6"
|
||||
__version__ = "0.8.7"
|
||||
amount = 0
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue