Merge pull request #328 from sherlock-project/trip_false_positve

Fix Trip False Positive
This commit is contained in:
Christopher Kent Hoadley 2019-09-29 11:19:58 -05:00 committed by GitHub
commit 4be5b37543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -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.

View file

@ -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/",

View file

@ -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