mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-22 20:03:03 +00:00
Update version and help text.
This commit is contained in:
parent
7717ce6127
commit
9aeb3126fa
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
|
|||
[--timeout TIMEOUT] [--print-found]
|
||||
USERNAMES [USERNAMES ...]
|
||||
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.10.5)
|
||||
Sherlock: Find Usernames Across Social Networks (Version 0.10.7)
|
||||
|
||||
positional arguments:
|
||||
USERNAMES One or more usernames to check with social networks.
|
||||
|
|
|
@ -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.10.6"
|
||||
__version__ = "0.10.7"
|
||||
|
||||
|
||||
global proxy_list
|
||||
|
|
Loading…
Reference in a new issue