Hello. I have created a simple Bash script to prevent any data from bypassing Tor when Tor is running. I started it to use just for myself, but now I think it will be better to share it with other users of Tor.
This script, named Torlock, does the following things when used to start Tor: - Creates a special user named torlock by default (if you run it first time or have removed that user after previous Tor session). - Uses Iptables to block network access for everyone except for torlock. - Setuids to torlock and starts Tor. Tor will be started in background mode, and its output redirected to a file. When used to stop Tor, it stops Tor, unlocks network access, and (optionally) removes torlock user. More information is in included text file. Even more can be obtained by reading the script. It is small, simple, and easy to make sure it's not backdoored. The script can be downloaded from Sourceforge: http://sourceforge.net/projects/torlock/files/ Inspite of its simplicity, Torlock saved me at least twice when I forgot to switch Torbutton on. With best regards, Irratar. *********************************************************************** To unsubscribe, send an e-mail to [email protected] with unsubscribe or-talk in the body. http://archives.seul.org/or/talk/

