File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 9
9
reference :
10
10
- https://www.acunetix.com/vulnerabilities/web/tls-ssl-weak-cipher-suites/
11
11
- https://github.com/projectdiscovery/nuclei-templates/blob/main/ssl/insecure-cipher-suite-detect.yaml
12
+ - https://owasp.org/www-project-web-security-testing-guide/v42/4-Web_Application_Security_Testing/09-Testing_for_Weak_Cryptography/01-Testing_for_Weak_Transport_Layer_Security
13
+ - https://cheatsheetseries.owasp.org/cheatsheets/Transport_Layer_Security_Cheat_Sheet.html
12
14
tags : asvs,9.1.2
13
15
description : |
14
16
Verify using up to date TLS testing tools that only strong cipher suites are enabled, with the strongest cipher suites set as preferred.
420
422
- " TLS_KRB5_WITH_3DES_EDE_CBC_MD5"
421
423
- " TLS_KRB5_WITH_RC4_128_SHA"
422
424
- " TLS_RSA_WITH_NULL_SHA"
423
- condition : or
425
+ condition : or
You can’t perform that action at this time.
0 commit comments