Open Source Tortilla For Tor To Be Released At Black Hat
msm1267 writes "A researcher is expected to release Tortilla, an open source tool that anonymously routes TCP and DNS traffic through Tor, at the upcoming Black Hat conference. Tortilla provides a secure, anonymous means of routing traffic through Tor regardless of client software and without the need for a VPN or secure tunnel."
The real problem is that nefarious governments locate physical locations connecting to TOR by complicit ISPs and go after the people and hardware.
Isn't that precisely what the following does, when placed in torrc?
DNSPort 53
DNSListenAddress 127.0.0.1
Alright people, we've got the tortillas and the onions, all we need are some bell peppers and some meat and we've got ourselves a fajita.
You can achieve the same result today with Whonix which allows you to "torify" basically any network I/O traffic from the workstation VM. Heck, you can even have a Windows VM go through the Tor gateway for that matter.
Twould be nice if this could be turned into a pfSense plugin/filter
"When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
If not on https://www.torproject.org/ then it does not exist.
Take this discussion to:
Tor Talk ML
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk/
and/or
Tor Development ML
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev/
to get in touch with the Tor developers and users.
1. Whisk the flour, salt, and baking powder together in a mixing bowl. Mix in the lard with your fingers until the flour resembles cornmeal. Add the water and mix until the dough comes together; place on a lightly floured surface and knead a few minutes until smooth and elastic. Divide the dough into 24 equal pieces and roll each piece into a ball.
2. Preheat a large skillet over medium-high heat. Use a well-floured rolling pin to roll a dough ball into a thin, round tortilla. Place into the hot skillet, and cook until bubbly and golden; flip and continue cooking until golden on the other side. Place the cooked tortilla in a tortilla warmer; continue rolling and cooking the remaining dough.
Would anyone mind explaining how this differs from vanilla Tor? I sort of understand, but not really. Much appreciated. Thanks.
You've been able to route all traffic through Tor forever. It comes with a transparent proxy and a built-in DNS, you just need to add the appropriate iptables rules.
It's not a good idea though. Programs that haven't been carefully configured to work with Tor may leak personal information and give you away. It's much better to configure the programs you want to use Tor explicitly, and then block all other traffic.
“The Tor client does all of the work,” Geffner said. “Tortialla(sic) redirects TCP and DNS traffic through Tor ensuring nothing else gets out. I wouldn’t call it a plug in; it does communicate with the Tor client over the SOCKS port Tor opens up, but it’s not a plug in.”
It sounds like their intent is to prevent the target malware sites from knowing your IP address while allowing the full impact of its flash/java/js payload to attack your machine. The idea being that such malware sites identify and block addresses that are identified with security research, law enforcement, etc... while existing Tor networks interfere with receiving the full brunt of their attack.
Anyways that's how I read it.
"The Adobe Updater must update itself before it can check for updates. Would you like to update the Adobe Updater now?"
I wrote a tool like this ages ago called Torcap; http://freehaven.net/~aphex/torcap/ and it does all of that plus works on Windows and is open source.
“I’m hoping ..... the tool will be used,” Geffner said
You can bet it will !!
Religous speak to God. Insane are spoken to by God. When all shut up, one can finally hear Shostakovich in peace
TOR supports transparent proxying. It's not in the default configuration file though. You can use iptables to reroute outgoing TCP connections to it.