Update 'README.md'
This commit is contained in:
parent
d3f711f604
commit
92db3f3486
15
README.md
15
README.md
|
@ -1,3 +1,16 @@
|
||||||
# TorAutoVisitor
|
# TorAutoVisitor
|
||||||
|
|
||||||
Generates fake traffic to a website using the Tor Browser (Firefox).
|
Generates fake traffic to a website using the Tor Browser (Firefox).
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
```
|
||||||
|
TorAutoVisitor.py [-h] [--min MIN] [--max MAX] url
|
||||||
|
|
||||||
|
positional arguments:
|
||||||
|
url URL to be loaded on each visit
|
||||||
|
|
||||||
|
optional arguments:
|
||||||
|
-h, --help show this help message and exit
|
||||||
|
--min MIN Minimum visit time
|
||||||
|
--max MAX Maximum visit time
|
||||||
|
```
|
Loading…
Reference in New Issue