Update version and help text.

pull/350/head
Christopher K. Hoadley 5 years ago
parent 4f1e2d0545
commit 15157fd7da

@ -66,10 +66,10 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
[--unique-tor] [--csv] [--site SITE_NAME]
[--proxy PROXY_URL] [--json JSON_FILE]
[--proxy_list PROXY_LIST] [--check_proxies CHECK_PROXY]
[--print-found]
[--timeout TIMEOUT] [--print-found]
USERNAMES [USERNAMES ...]
Sherlock: Find Usernames Across Social Networks (Version 0.9.11)
Sherlock: Find Usernames Across Social Networks (Version 0.9.13)
positional arguments:
USERNAMES One or more usernames to check with social networks.
@ -110,8 +110,12 @@ optional arguments:
file are working and anonymous.Put 0 for no limit on
successfully checked proxies, or another number to
institute a limit.
--timeout TIMEOUT Time (in seconds) to wait for response to requests.
Default timeout of 60.0s.A longer timeout will be more
likely to get results from slow sites.On the other
hand, this may cause a long delay to gather all
results.
--print-found Do not output sites where the username was not found.
```
To search for only one user:

@ -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.9.12"
__version__ = "0.9.13"
global proxy_list

Loading…
Cancel
Save