From 75bbae8c3c72370222b8ba3c83ddab498f43b9e3 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sun, 29 Sep 2019 11:17:55 -0500 Subject: [PATCH] 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. --- README.md | 2 +- data.json | 3 +-- sherlock.py | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cff6d1aa..dec478ac 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/data.json b/data.json index 11942bc3..18b3fa8e 100644 --- a/data.json +++ b/data.json @@ -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/", diff --git a/sherlock.py b/sherlock.py index 428f03cf..89860da7 100755 --- a/sherlock.py +++ b/sherlock.py @@ -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