The torii project is a tool that aims to enable the execution of tools through the macOS terminal by making all TCP traffic pass through the Tor network and UDP through proxychains.
While the tool can run in Linux environments, it may not offer the optimal experience. For Linux distributions, I highly recommend using nipe. Torii, on the other hand, serves as a convenient alternative tailored specifically for macOS.
git clone https://github.com/LucasKatashi/torii && cd torii
python3 -m pip install -r requirements.txt && chmod +x torii.py
./torii.py
usage: ./torii.py [OPTIONAL] --proxy <PORT>
torii uses proxy port from Tor as default gateway.
options:
-h, --help show this help message and exit
-p, --proxy Specify the value of the port on which the Tor proxy
service is running.
Whenever launched, the tool automatically checks for the presence of necessary tools/dependencies. If they are not installed, Torii does the work for you, installing and configuring the files automatically!
Feel free to contribute to the project, especially for any aspect that you notice that breaks the privacy logic of the tool.
Thanks nipe. The project served as motivation to this project.
This work is licensed under MIT License.