A tool for checking header security low hanging fruit issues such as Missing Content-Security-Policy, Permissions-Policy, Referrer-Policy, X-Content-Type-Options, Strict-Transport-Security and X-Frame-Options using wget with a twist of nmap.
git clone https://github.com/evanricafort/CheckThatHeader.git && cd CheckThatHeader && sudo chmod +x checkthatheader.sh && sudo ./checkthatheader.sh -h
Usage: ./checkthatheader.sh -u <SINGLE_TARGET> | -t <MULTIPLE_TARGET/SUBNET>