-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 Application Data not decrypted #3722
Comments
Additional observation - |
Not sure if I'm digging into the right thing, but it seems like the issue is that the |
My guess is that the TLS response is fragmented. Did you try to use
instead? |
I had a quick look and this looks like a bug. |
Using |
It's been 1 million years but a fix is now available in #4082. |
Brief description
I was trying to decrypt a simple Powershell HTTPS request. Unfrotunatelly, scapy isn't able to decrypt the TLS Application Data.
Wireshark is able to decrypt the pcap with no problem.
I was trying to debug the problem, however, for some reason, when I attach a pdb debugger, the TLS decryption stops working even for
https://github.com/secdev/scapy/tree/master/doc/notebooks/tls/raw_data/...
examples (which I am able to decrypt with scapy, when no debugger is attached).Scapy version
2.5.0rc1
Python version
3.10
Operating system
Windows 11
Additional environment information
part.pcap + SSLKEYLOGFILE
https://mega.nz/folder/MpwGnLBB#1Q7WqvwMlpTjAoSxvFdbQQ
How to reproduce
Actual result
Expected result
Related resources
No response
The text was updated successfully, but these errors were encountered: