Merge pull request #173 from TheYahya/hoadlck-500px-fix

Fix False Positive On 500px
pull/174/head
Christopher Kent Hoadley 6 years ago committed by GitHub
commit 18718938c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -1,6 +1,6 @@
{
"500px": {
"errorMsg": "Sorry, no such page.",
"errorMsg": "Oops! This page doesnt exist.",
"errorType": "message",
"rank": 2566,
"url": "https://500px.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.5.1"
__version__ = "0.5.2"
amount = 0
BANNER = r'''

Loading…
Cancel
Save