HTTP Strict Transport Security
Check List
Methodology
Missing HSTS (HTTP Strict Transport Security)
1
Access the Target URL and Inspect the Response Headers Use a tool such as Burp Suite, cURL, or browser dev tools to inspect the HTTP response headers The best way is to use this cheat sheet Example using cURL
2
Check for HSTS Header Confirm the absence of the following header in the server response Strict-Transport-Security The best way to exploit and exploit this vulnerability is to use a cheat sheet
Cheat Sheet
Recon Header
curl -s -D- $WEBSITE | grep -i strictnmap -sS -sV --mtu 5000 --script ssl-enum-ciphers $WEBSITEScan Vulnerabilities
MitM
Last updated