How to read HTTP cookies with Wireshark and some other useful tips.

Reading HTTP cookies with Wireshark is fun. This is how to capture cookies when visiting a website that still uses HTTP instead of HTTPS. Use this filter to view all cookies after visiting a website. http.cookiehttp.cookie This is a sample packet I captured from a website. This will not work for a modern SSL secured … Read more

How to filter the server name from SSL client hello packets with Wireshark.

SSL packets sent to and fro from your machine can contain a lot of useful information. I am going to show how to see what websites are visited on a network. Firstly, load Wireshark and then listen to traffic on your machine. Then visit a few different websites with Firefox or Chrome. Use this filter … Read more