mirror of
https://github.com/sherlock-project/sherlock
synced 2025-02-16 20:48:27 +00:00
Update version and help text.
This commit is contained in:
parent
4f1e2d0545
commit
15157fd7da
2 changed files with 8 additions and 4 deletions
10
README.md
10
README.md
|
@ -66,10 +66,10 @@ usage: sherlock.py [-h] [--version] [--verbose] [--rank]
|
||||||
[--unique-tor] [--csv] [--site SITE_NAME]
|
[--unique-tor] [--csv] [--site SITE_NAME]
|
||||||
[--proxy PROXY_URL] [--json JSON_FILE]
|
[--proxy PROXY_URL] [--json JSON_FILE]
|
||||||
[--proxy_list PROXY_LIST] [--check_proxies CHECK_PROXY]
|
[--proxy_list PROXY_LIST] [--check_proxies CHECK_PROXY]
|
||||||
[--print-found]
|
[--timeout TIMEOUT] [--print-found]
|
||||||
USERNAMES [USERNAMES ...]
|
USERNAMES [USERNAMES ...]
|
||||||
|
|
||||||
Sherlock: Find Usernames Across Social Networks (Version 0.9.11)
|
Sherlock: Find Usernames Across Social Networks (Version 0.9.13)
|
||||||
|
|
||||||
positional arguments:
|
positional arguments:
|
||||||
USERNAMES One or more usernames to check with social networks.
|
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
|
file are working and anonymous.Put 0 for no limit on
|
||||||
successfully checked proxies, or another number to
|
successfully checked proxies, or another number to
|
||||||
institute a limit.
|
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.
|
--print-found Do not output sites where the username was not found.
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
To search for only one user:
|
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
|
from load_proxies import load_proxies_from_csv, check_proxy_list
|
||||||
|
|
||||||
module_name = "Sherlock: Find Usernames Across Social Networks"
|
module_name = "Sherlock: Find Usernames Across Social Networks"
|
||||||
__version__ = "0.9.12"
|
__version__ = "0.9.13"
|
||||||
|
|
||||||
|
|
||||||
global proxy_list
|
global proxy_list
|
||||||
|
|
Loading…
Add table
Reference in a new issue