script for routing all host traffic through tor on a Slackware Linux host
This is for Arch Linux. The tor user account and tor service has issues with binding to port 53. Arch also doesn't use the "service" command and instead uses the standard "systemctl" command, for systemd. The code can likely be improved, but it works. Tested on Manjaro Linux. |
||
---|---|---|
README.md | ||
toriptables2.py | ||
toriptables2_arch.py |
toriptables2
Tor Iptables script is an anonymizer that sets up iptables and tor to route all services and traffic including DNS through the Tor network.
Dependencies:
tor
Usage:
toriptables2.py -h
To test:
- Check My IP
- Check Tor Project
- Witch proxy checker
- Do I leak
- DNS leak test
- Test my IPv6
- What every Browser knows about you
To manually change IP w/o reload:
Refresh Check Tor Project webpage
sudo kill -HUP $(pidof tor)
To automate changing Tor IP:
Screenshots:
toriptables2g for GUI Desktop with notification
Dependencies:
tor python-notify