Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.7 KB

README.md

File metadata and controls

57 lines (34 loc) · 1.7 KB

Torii

Summary

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.


Instalation

  • git clone https://github.com/LucasKatashi/torii && cd torii
  • python3 -m pip install -r requirements.txt && chmod +x torii.py
  • ./torii.py

Usage

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!

asciicast


Contribution

Feel free to contribute to the project, especially for any aspect that you notice that breaks the privacy logic of the tool.


Acknowledgements

Thanks nipe. The project served as motivation to this project.


License

This work is licensed under MIT License.