Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS Decryption, packet replay #844

Open
niclar opened this issue Mar 18, 2022 · 10 comments
Open

TLS Decryption, packet replay #844

niclar opened this issue Mar 18, 2022 · 10 comments

Comments

@niclar
Copy link

niclar commented Mar 18, 2022

Hi, I'm trying to figure out how to replay (& capture) a secure web socket feed in my application, for low-level network debugging. I'm in full control of the client/application and have the ssl session master key. I'm not in control of the server.

Does pcapplusplus support TLS decryption given the master key and the client random value ?

Wireshark seem to be able to replay a modified/re-encrypted pcap from what I understand.

(https://www.ibm.com/support/pages/decrypt-datapower-tlsssl-traffic-using-master-secret-logging)
(https://unit42.paloaltonetworks.com/wireshark-tutorial-decrypting-https-traffic/)
(https://wiki.wireshark.org/TLS)

-Also is it possible to inject the secret in the pcap file to streamline the replay process;
(see "Embedding decryption secrets in a pcapng file" in https://wiki.wireshark.org/TLS#using-the-pre-master-secret )

@niclar niclar changed the title master secret logging TLS Decryption, packet replay Mar 18, 2022
@seladb
Copy link
Owner

seladb commented Mar 19, 2022

Unfortunately PcapPlusPlus does not support TLS decryption. This will require integration with OpenSSL which currently doesn't exist

@mikeybro
Copy link

mikeybro commented Mar 20, 2022

@niclar
Copy link
Author

niclar commented Mar 21, 2022

FYI I got decryption to work with openssl (SSL_get_client_random, SSL_SESSION_get_master_key) and wireshark

@seladb
Copy link
Owner

seladb commented Mar 21, 2022

Nice!! Just curious: are you using it inside of PcapPlusPlus (by changing the code) or as a separate tool?

@niclar
Copy link
Author

niclar commented Mar 22, 2022

@seladb I'm running the capture & decryption from wireshark, key logging in the client code.
-So separate at the moment. If the pcapplusplus capture files are interchangeable, I can run the capture phase via pcapplusplus of cause.

@seladb
Copy link
Owner

seladb commented Mar 23, 2022

ok got it, thanks!

Should we close this issue?

@niclar
Copy link
Author

niclar commented Mar 23, 2022

Would be nice to have this feature(s) in pcapplusplus. -Maybe keep the ticket as a feature request, open for sponsoring ?

@seladb
Copy link
Owner

seladb commented Mar 24, 2022

Sure, we can keep it open for some time. If we see more demand for this feature we will consider implementing it

@WHOLETTHEDOG-OUT
Copy link

demand +1

@seladb
Copy link
Owner

seladb commented Aug 14, 2023

@WHOLETTHEDOG-OUT would you consider adding this functionality to PcapPlusPlus?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants