A Python script that configures iptables and Tor to route all network traffic and DNS through the Tor network for anonymity.
toriptables2 is a Python-based anonymization script that configures iptables and Tor to route all system traffic, including DNS, through the Tor network. It automates the setup of firewall rules to ensure complete network anonymity, preventing IP and DNS leaks. The tool is designed to work on Linux systems, providing a simple command-line interface for enabling and managing Tor-based routing.
Linux users, security researchers, and privacy-conscious individuals who need to anonymize all network traffic on their system without manually configuring iptables.
Developers choose toriptables2 for its automated, one-command setup that ensures full traffic routing through Tor, eliminating the complexity of manual iptables configuration. Its integration with Tor and DNS leak protection provides a reliable, open-source alternative to commercial VPNs for system-wide anonymity.
Tor Iptables script is an anonymizer that sets up iptables and tor to route all services and traffic including DNS through the Tor network.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Configures complex firewall rules with a single command like `toriptables2.py -l`, eliminating manual iptables configuration for Tor routing.
Routes all DNS queries through Tor, preventing leaks that could compromise anonymity, as emphasized in the provided test links for DNS leak testing.
Allows manual or automatic changes to Tor exit nodes using commands such as `toriptables2.py -r` and integrates with tools like Tor IP Switcher for dynamic IP rotation.
Works on Linux distributions like Kali Linux and KaliBang, with a separate GUI variant (toriptables2g) for desktop notifications, enhancing usability.
Built on Python 2.7, which is end-of-life and no longer receives security updates, increasing vulnerability risks for users.
Exclusively designed for Linux systems, making it incompatible with Windows or macOS without workarounds like virtualization.
The README explicitly points to toriptables3 as the successor, indicating this version may lack updates, bug fixes, and modern features.
Routing all traffic through Tor introduces significant latency and bandwidth restrictions, degrading performance for tasks like large file transfers or real-time communication.