kirei / sslyze

Fast and full-featured SSL scanner
GNU General Public License v2.0
4 stars 0 forks source link

Implement support for HSTS #5

Open jschlyter opened 10 years ago

jschlyter commented 10 years ago

RFC 6797 support

secworks commented 10 years ago

Ready for testing in master. The current implementation adds a dependency on cURL.

Example: HSTS supported: python sslyze.py --certinfo=basic --hsts www.kirei.se

HSTS not supported: python sslyze.py --certinfo=basic --hsts www.regeringen.se