Toralizer is a compact tool written in C that facilitates anonymous web browsing by routing your connections through the Tor network. Designed with simplicity and privacy in mind, it allows you to establish secure tunnels with a single command. It's perfect for privacy-conscious users and developers looking to seamlessly integrate anonymous browsing into their workflows. Upcoming updates will feature hostname support, enhancing its capabilities even more.
1. Lightweight C written code
2. Simply written using SOCKS4
3. Secure request using TOR Proxy Server
4. Upcoming: hostname resolution for additional flexibility
- Cloning Repository
git clone github.com/president-xd/toralize.git
- Change the directory
cd toralize
- Running the Script
sudo chmod +x setup.sh ./setup.sh
- Ready to Go Now!!
Example:
toralize execute-command
toralize curl google.com
The TOR service should be turned on before using toralize command, so the toralize carry your request through TOR proxy server.