hsts parser v1.2 releases: parse Firefox and Chrome HSTS databases into forensic artifacts
HSTS Parser
HSTS Parser is a simple tool to parse Firefox and Chrome’s HSTS databases into actually helpful forensic artifacts! You can read more about the research behind this tool and its potential uses for it over on my blog!
Changelog v1.2
This release adds support for Chrome STS File v2 (added in chromium/chromium@911e448). hstsparser
will automatically figure out what version of the file has been used and parse it appropriately. This doesn’t grant any additional information, it’s the same data in a slightly easier to parse format.
Install
From PyPi
Poetry (Linux)
Poetry (Windows)
Alternatively, if you’re using Windows, you can use the executables on the releases page to not need to install anything at all.
Usage
All of the below documentation is written for the Python version rather than the standalone executable, but the commands will be the same.
Copyright (c) 2019 Daniel Milnes