Ask Your Question
0

Can I capture certificate and store it without implementing session key of both TLSv1.2 and TLSv1.3

asked 2025-11-12 06:06:37 +0000

Pihu gravatar image

Can I capture certificate and store it without implementing session key of both TLSv1.2 and TLSv1.3 in Linux , I am trying to store TLS_Certificate details using pyshark but unable to do that , is their any other tools we should use or we can store using pyshark.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2025-11-12 06:44:22 +0000

grahamb gravatar image

With a recent version of tshark (4.6.x), you can export x509 certificates to files, how you handle them in pyshark is up to that separate project.

An example:

tshark -r <path\to\capture\file> -export-objects x509af,<path\to\destdir>
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2025-11-12 06:06:37 +0000

Seen: 7 times

Last updated: 1 hour ago