Python Forum

Full Version: Is this doable?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Sorry I don't have any code, but before I try and attempt this I wanted to know if it was doable. I have a pcapng file and all I want to do is list all the TLS certificate used in that session. The reason is, I want to see if I can see any third party inspection going on such as a proxy or firewall.

I took a look at scapy and pyshark, but I have a feel my goal is not as easy I was hoping.

Any thoughts would be most welcome.

Best wishes

Michael
perhaps one of these packages: https://pypi.org/search/?q=wireshark
Sorry, you will have to look at each package capabilities