Elaborating on my previous post, “Decrypting https traffic with bluecoat reverse proxy” in support or troubleshooting situations most of the time the end client would not be willing to give up any private keys. This is of course understandable given the fact that this could lead to a security system compromise, which would necessitate a … Continue reading Exporting / saving decrypted data from wireshark
Nugget post: Checkinstall
Found an interesting link: http://www.linuxjournal.com/content/using-checkinstall-build-packages-source Describes the use of checkinstall in ubuntu. Usually when compiling from source we run: ./configure make make install Instead of running the last “make install” you’d run the “checkinstall” command. This builds a .deb file which you can then install via your normal package manager, which makes it easier … Continue reading Nugget post: Checkinstall
You must be logged in to post a comment.