Headers
Security headers
Repo: https://securityheaders.com/
Info: I built Security Headers after deploying security headers like CSP and HSTS to my own site. I wanted a quick and easy way to check if other sites were using these headers and I figured I'd turn it into a useful tool for everyone to use!
https://securityheaders.com/?q=https%3A%2F%2Fwww.domain.com%2F&followRedirects=onInstallation
Pypi
pip3 install shcheck
shcheck.py https://insecurity.blogPython Virtual Environment
python3 -m venv shcheck; source shcheck/bin/activate; pip3 install shcheck
shcheck.py https://insecurity.blogDocker
First build your docker container using something like this:
Then simply run your docker container using something like this where you specify which website you want to check headers on:
From source
Complete Usage

Last updated