HSTS Parser a simple tool to parse Firefox and Chrome’s HSTS databases into actually helpful forensic artifacts

From github.com

Screenshot of Firefox Processing

First, for those of you who don’t know, let me explain how HSTS works. HSTS is a HTTP header which a web server can send to tell a client that they should not accept unencrypted communications from that domain for a specified period of time. Developers can also preload their websites so that the browser knows that it should use HTTPS for its first communication.

Read more…