|
|
|
@ -43,7 +43,12 @@ optional arguments:
|
|
|
|
|
--version Display version information and dependencies.
|
|
|
|
|
--verbose, -v, -d, --debug
|
|
|
|
|
Display extra debugging information and metrics.
|
|
|
|
|
--quiet, -q Disable debugging information (Default Option).
|
|
|
|
|
--folderoutput FOLDEROUTPUT, -fo FOLDEROUTPUT
|
|
|
|
|
If using multiple usernames, the output of the results
|
|
|
|
|
will be saved at this folder.
|
|
|
|
|
--output OUTPUT, -o OUTPUT
|
|
|
|
|
If using single username, the output of the result
|
|
|
|
|
will be saved at this file.
|
|
|
|
|
--tor, -t Make requests over TOR; increases runtime; requires
|
|
|
|
|
TOR to be installed and in system path.
|
|
|
|
|
--unique-tor, -u Make requests over TOR with new TOR circuit after each
|
|
|
|
@ -55,6 +60,9 @@ optional arguments:
|
|
|
|
|
--proxy PROXY_URL, -p PROXY_URL
|
|
|
|
|
Make requests over a proxy. e.g.
|
|
|
|
|
socks5://127.0.0.1:1080
|
|
|
|
|
--json JSON_FILE, -j JSON_FILE
|
|
|
|
|
Load data from a JSON file or an online, valid, JSON
|
|
|
|
|
file.
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
For example, run ```python3 sherlock.py user123```, and all of the accounts
|
|
|
|
|