Skip to content

Commit

Permalink
Update README to reflect added TOR arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pieters authored and Mike Pieters committed Dec 29, 2018
1 parent feef27b commit 6cd18fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ pip3 install -r requirements.txt

```bash
$ python3 sherlock.py --help
usage: sherlock.py [-h] [--version] [--verbose] [--quiet]
usage: sherlock.py [-h] [--version] [--verbose] [--quiet] [--tor] [--unique-tor]
USERNAMES [USERNAMES ...]

Sherlock: Find Usernames Across Social Networks (Version 0.1.0)
Expand All @@ -37,6 +37,8 @@ optional arguments:
--verbose, -v, -d, --debug
Display extra debugging information.
--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
Expand Down

0 comments on commit 6cd18fb

Please sign in to comment.