Mark Dain Is there an easy way of determining how much traffic that leaves my machine is encrypted? I can think of a transparent HTTP proxy but I'd like a % with a breakdown of protocol; that way I can determine what needs work
Eric Maybe Fiddler is able to help: en.wikipedia.org/w...
8y, 24w 2 replies
Login or register your account to reply
Mark Dain Thanks but I think I figured out a solution. It's possible to run Wireshark from the CLI and have it log every packet to stdout. I'm going to capture this, filter it and store a summary in MySQL. If I do this long enough I can start spotting common connections I make that aren't encrypted. For example; Most forget that IRC isn't encrypted however some networks offer SSL on a different port.
8y, 24w 1 reply
Martijn I think I am only connected to SSL servers for IRC. But you might have to connect to specific servers instead of hubs for some networks, bit of a hassle.
8y, 24w reply