Update 'README.md'

This commit is contained in:
Abhorrent_Anger 2019-04-19 13:11:22 +03:00
parent 6baa103423
commit b1c120f632
1 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
Generates fake traffic to a website using the Tor Browser (Firefox). Generates fake traffic to a website using the Tor Browser (Firefox).
## Installation ## Installation
The tool requires Python 3.6+ to run and the 'psutil' module. The tool requires Python 3.6+ to run and the `psutil` module.
''' ```
pip3 install psutil pip3 install psutil
''' ```
## Usage ## Usage
``` ```
TorAutoVisitor.py [-h] [--min MIN] [--max MAX] url TorAutoVisitor.py [-h] [--min MIN] [--max MAX] url