Update README to reflect added TOR arguments

pull/31/head
Mike Pieters 6 years ago
parent feef27b2e4
commit 6cd18fb5bb

@ -23,7 +23,7 @@ $ pip3 install -r requirements.txt
```bash ```bash
$ python3 sherlock.py --help $ python3 sherlock.py --help
usage: sherlock.py [-h] [--version] [--verbose] [--quiet] usage: sherlock.py [-h] [--version] [--verbose] [--quiet] [--tor] [--unique-tor]
USERNAMES [USERNAMES ...] USERNAMES [USERNAMES ...]
Sherlock: Find Usernames Across Social Networks (Version 0.1.0) Sherlock: Find Usernames Across Social Networks (Version 0.1.0)
@ -37,6 +37,8 @@ optional arguments:
--verbose, -v, -d, --debug --verbose, -v, -d, --debug
Display extra debugging information. Display extra debugging information.
--quiet, -q Disable debugging information (Default Option). --quiet, -q Disable debugging information (Default Option).
--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 request; increases runtime; requires TOR to be installed and in system path.
``` ```
For example, run ```python3 sherlock.py user123```, and all of the accounts For example, run ```python3 sherlock.py user123```, and all of the accounts

Loading…
Cancel
Save