https://github.com/calloc134/torito-backend
Torito - Tor Connection Manager Backend
https://github.com/calloc134/torito-backend
Last synced: 3 months ago
JSON representation
Torito - Tor Connection Manager Backend
- Host: GitHub
- URL: https://github.com/calloc134/torito-backend
- Owner: calloc134
- Created: 2024-06-08T10:49:17.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-25T06:30:29.000Z (12 months ago)
- Last Synced: 2025-02-28T02:48:48.721Z (3 months ago)
- Language: Python
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Torito - Tor Connection Manager
## Description
Torito is a simple Tor connection manager.
This tool allows you to connect to the Tor network and set up tor bridges or proxies.Inspired by [Anon Connection Wizard](https://www.whonix.org/wiki/Anon_Connection_Wizard).
## Installation
Check the README.md file in [torito-frontend](https://github.com/calloc134/torito-frontend).
## Development
### Prerequisites
- [Python 3.11](https://www.python.org)
- [FastAPI](https://fastapi.tiangolo.com)
- [Stem](https://stem.torproject.org)
- [dbus-python](https://www.freedesktop.org/wiki/Software/DBusBindings/#python)
- [PyInstaller](https://www.pyinstaller.org)### Issues
- [ ] Support for authentication of ControlPort
- [ ] Support for unix domain socket of ControlPort