https://cheatsheetseries.owasp.org/index.html
https://cheatsheetseries.owasp.org/cheatsheets/Forgot_Password_Cheat_Sheet.html - CWE-200
https://en.wikipedia.org/wiki/Principle_of_least_privilege
Useful reference: https://badssl.com (Note: chromium/badssl.com#488)
https://www.ssllabs.com/ssltest/ is a good site for testing TLS protocol/ciphers.
https://securityheaders.com/ is a good site for testing security headers.
https://github.com/rbsec/sslscan - TLS protocol/ciphers
make docker
docker run --rm -ti sslscan:sslscan /sslscan <URL>For example: