Paranoid is a TOR based multi-chain proxy, to make deanonymization more difficult. The tool is a more simple implementation of the DcLabs SPLITTER. It is written in Rust using the Arti project (Most of the proxy code is ripped from the Arti project & modified).
DISCLAIMER: THIS IS A WORKING PROTOTYPE
DcLabs SPLITTER issues that this tool fixes:
How it works:
Clone it from github via git clone https://github.com/m4dr1nch/paranoid.git
& use cargo build
to build it. The tool is really simple to use, here is the help menue anyway (paranoid --help
):
Paranoid usage...
Usage: paranoid [OPTIONS]
Options:
--host <HOST>
Host to run on [default: 127.0.0.1]
--port <PORT>
Entry port [default: 1337]
--nodes <NODES>
Amount of nodes [default: 2]
--log-level <LOG_LEVEL>
The log level to use [default: info]
[possible values: info, warn, error, debug, trace]
--coffee
Coffee
--base-regen-rate <BASE_REGEN_RATE>
Node automatic regeneration rate.
Random deviation as added per node [default: 600]
--max-regen-deviation <MAX_REGEN_DEVIATION>
Max deviation for random node generation [default: 120]
-h, --help
Print help
-V, --version
Print version