Smart detection for passive sniffing in the Tor-network
1–10 of 12 posts
Re: Smart detection for passive sniffing in the Tor-network
#2I like this, but from the title I expected to be able to detect that tcpdump is running, akin to what you can do with malformed ARP packets to detect a NIC in promiscuous mode.
Edit: in case anyone is wondering what I'm talking about - http://security.stackexchange.com/questions/3630/how-to-find...
Re: Smart detection for passive sniffing in the Tor-network
#3Re: Smart detection for passive sniffing in the Tor-network
#4Tor should really just detect and block (or warn + prompt the user to allow) unencrypted connections. If you're using Tor you probably also want end-to-end encryption.
Re: Smart detection for passive sniffing in the Tor-network
#5Tor should really just detect and block (or warn + prompt the user to allow) unencrypted connections. If you're using Tor you probably also want end-to-end encryption.
That's the responsibility of a browser plugin. tor itself is a low-level packet relay so it's not really up to it to determine whether or not traffic is encrypted already.
Re: Smart detection for passive sniffing in the Tor-network
#6Tor should really just detect and block (or warn + prompt the user to allow) unencrypted connections. If you're using Tor you probably also want end-to-end encryption.
That's the responsibility of a browser plugin. tor itself is a low-level packet relay so it's not really up to it to determine whether or not traffic is encrypted already.
Re: Smart detection for passive sniffing in the Tor-network
#7Earlier quoted context omitted.
That's the responsibility of a browser plugin. tor itself is a low-level packet relay so it's not really up to it to determine whether or not traffic is encrypted already.
I don't think so. Tor could make the address bar red when you're on a non-HTTPS connection, for instance, warning you that any information transmitted can be sniffed by the exit node.
Re: Smart detection for passive sniffing in the Tor-network
#8Earlier quoted context omitted.
I don't think so. Tor could make the address bar red when you're on a non-HTTPS connection, for instance, warning you that any information transmitted can be sniffed by the exit node.
That's the "Tor browser" which is just a modified Firefox. That's not the Tor network.
Re: Smart detection for passive sniffing in the Tor-network
#9Earlier quoted context omitted.
I don't think so. Tor could make the address bar red when you're on a non-HTTPS connection, for instance, warning you that any information transmitted can be sniffed by the exit node.
That's the "Tor browser" which is just a modified Firefox. That's not the Tor network.