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

Monitorix, a nice monitoring tool for Linux systems.

To install this very useful Linux monitoring tool on your Linux system, firstly add this line to your /etc/apt/sources.lst file. deb http://apt.izzysoft.de/ubuntu generic universedeb http://apt.izzysoft.de/ubuntu generic universe Then download the required GPG key for the apt packages. wget http://apt.izzysoft.de/izzysoft.ascwget http://apt.izzysoft.de/izzysoft.asc And then add this GPG key to apt. jason$ sudo apt-key add izzysoft.asc OKjason$ sudo … Read more