mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-23 12:23:03 +00:00
Merge pull request #173 from TheYahya/hoadlck-500px-fix
Fix False Positive On 500px
This commit is contained in:
commit
18718938c6
3 changed files with 3 additions and 3 deletions
|
@ -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 doesn’t 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…
Reference in a new issue