Is it possible to infer advanced cookie properties like expiration from Wireshark
I want to perform a cookie injection attack for demonstration purposes.
I could achieve this using Firefox Cookie-Editor extension. However, the attack can only succeed if I enter the cookie name, value and advanced parameters like the expiration date and check the boxes whether the cookie is httponly, Secure, hostonly, Session.
I could not extract the advanced properties from Wireshark. I can only see the cookie name and value.
Any idea how to extract cookies advanced properties using Wireshark?