PolarProxy 0.8.16 Released
We are happy to announce a new release of the TLS decryption tool PolarProxy. The new version has been updated to support features like client certificates and a PCAP-over-IP connector.Client Certificates
PolarProxy now supports client-authenticated TLS handshakes for outgoing connections
to support sites that require mutual TLS (mTLS) authentication.
The following example uses the PKCS#12 client certificate "client.p12" with password "pwd"
to authenticate PolarProxy when connecting to "
Thanks to Peter Lambrechtsen for the idea!
Bypassing Decryption for Specific Domains
There are situations when it isn't appropriate to decrypt the traffic passing through PolarProxy. The traffic might, for example, contain personal or confidential information. It might also not be possible to decrypt the traffic for technical reasons, such as when clients use certificate pinning or certificate transparency to validate the server certificate. We therefore recommend that such sites are put on a "bypass" list, i.e. a list of domains for which PolarProxy should let the encrypted traffic pass untouched to preserve the end-to-end encryption between the client and server.
PolarProxy's "
PCAP-over-IP Client
The new "
The following command instructs PolarProxy to send a live PCAP stream with decrypted traffic to a local PCAP-over-IP listener:
PolarProxy will automatically attempt to re-establish the PCAP-over-IP connection every 10 seconds if it goes down or cannot be established for some reason.
Only Store Packets When Instructed
PolarProxy no longer writes hourly rotated pcap files with decrypted packets
to disk unless explicitly instructed to do so with
"
Flushing Buffered Packets to Disk
PolarProxy now periodically flushes buffered packets to disk every 60 seconds.
The flush interval can be controlled with the "
No More Out-of-Quota Issues
We have also improved the quota handling for our privileged users, who have a license key that allows them to decrypt more than 10 GB or 10 000 TLS sessions per day. You should now be able to use your full daily quota without issues!
UPDATE 2022-12-08
Peter Lambrechtsen's talk IoT your Pet from Kawaiicon 2022 is on YouTube! In this talk Peter explains how he used PolarProxy to MITM traffic between an IoT device and a cloud service running on Amazon AWS. Check out Peter's Pet Hub Local project for more details.
Posted by Erik Hjelmvik on Monday, 30 November 2020 07:45:00 (UTC/GMT)
Tags: #Netresec #PolarProxy #PCAP #TLS #bypass #PCAP-over-IP #pcapoverip #certificate