#Decode HTTPS data in TCP socket
11 messages · Page 1 of 1 (latest)
sockets not enough
With sockets it alone can't help you to decode the https data.
it wasn't made for that
use scapy
I saw that there is option to do it with ssl library but i cant figure it out
thats the same thing as using scapy
or mitm libraries
you mentioned 'with socket' but didn't say about any other library. so it kind of implied only with the socket library which alone isn't possible.
ssl library can be used in combination with socket to establish an encrypted SSL/TLS connection, it does let handle ssl or tls encryption and decryption within the established SSL context but in no way it provides direct access to the decrypted HTTPS data.
ssl proxies exist to help you decrypt data