TorAutoVisitor/README.md

26 lines
707 B
Markdown
Raw Permalink Normal View History

2019-04-19 12:13:22 +03:00
# TorAutoVisitor
2019-04-19 12:15:56 +03:00
Generates fake traffic to a website using the Tor Browser (Firefox).
2019-04-19 13:10:40 +03:00
## Installation
2019-04-19 13:18:02 +03:00
Requires Tor Browser, by default it's expected to be obtained via the package manager, after which it gets called at least once to finish the installation. For Ubuntu and Debian systems:
```
sudo apt-get install torbrowser-launcher python3
```
2019-04-19 13:11:22 +03:00
The tool requires Python 3.6+ to run and the `psutil` module.
```
2019-04-19 13:10:40 +03:00
pip3 install psutil
2019-04-19 13:11:22 +03:00
```
2019-04-19 12:15:56 +03:00
## 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
```