From 61cad384dffe9a0d47508b2491f876a9acd07e76 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sat, 16 Feb 2019 19:48:39 -0600 Subject: [PATCH 1/2] Fix false positive for 500px. The site changed their error text, so Sherlock started reporting false positives. --- data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data.json b/data.json index 6fda6bc..1ab7dbd 100644 --- a/data.json +++ b/data.json @@ -1,6 +1,6 @@ { "500px": { - "errorMsg": "Sorry, no such page.", + "errorMsg": "Oops! This page doesn’t exist.", "errorType": "message", "rank": 2566, "url": "https://500px.com/{}", From 4fa8de4758ba1bbddfd749a34cac53d508470a79 Mon Sep 17 00:00:00 2001 From: "Christopher K. Hoadley" Date: Sat, 16 Feb 2019 19:49:21 -0600 Subject: [PATCH 2/2] Update version. --- README.md | 2 +- sherlock.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a455f14..437f05a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank] [--proxy PROXY_URL] [--json JSON_FILE] USERNAMES [USERNAMES ...] -Sherlock: Find Usernames Across Social Networks (Version 0.5.0) +Sherlock: Find Usernames Across Social Networks (Version 0.5.2) positional arguments: USERNAMES One or more usernames to check with social networks. diff --git a/sherlock.py b/sherlock.py index 83f8a6d..dd26225 100644 --- 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.5.1" +__version__ = "0.5.2" amount = 0 BANNER = r'''