Update 'README.md'
This commit is contained in:
parent
6baa103423
commit
b1c120f632
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue