mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-17 13:08:27 +00:00
Merge pull request #328 from sherlock-project/trip_false_positve
Fix Trip False Positive
This commit is contained in:
commit
4be5b37543
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