TorAutoVisitor/README.md

462 B

TorAutoVisitor

Generates fake traffic to a website using the Tor Browser (Firefox).

Installation

The tool requires Python 3.6+ to run and the psutil module.

pip3 install psutil

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