Python Forum
Session id http, how to capture ? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Session id http, how to capture ? (/thread-38420.html)



Session id http, how to capture ? - JohnnyCoffee - Oct-11-2022

Studying the tcp/ip protocol stack I could see that the session layer ( osi table ) is part of the application layer na ( ... tcp/ip ) and that it generates a session id. I would like to know how do I capture the session id of an http request, using native python features ?


RE: Session id http, how to capture ? - Larz60+ - Oct-11-2022

You might find this useful (It's a PDF on TCP/IP inspection using python): https://www.uv.mx/personal/angelperez/files/2018/10/sniffers_texto.pdf