09-17-2025 01:47 AM
My model is ZD1200
I have upgraded to version 10.5.1.0 duild 282
Have the following issues been resolved in this version
Question 1 "Disable FTP plaintext authentication"
Question 2: Disable SSLv2, SSLv3, and TLS 1.0. Enable TLS 1.2 "
Question 3 "Disable any weak KBC algorithm in TLS configuration"
What command should I use to check that these issues have been fixed?
Alternatively, you can provide me with an official explanation that these issues have been fixed since 10.5.1.0.
09-18-2025 03:24 AM
09-18-2025 03:54 AM
thanks
Joining my AC IP is 192.168.1.1, and I am executing it on AC's CLI
Can nmap - script ssl-enum-ciphers - p 443 192.168.1.1 obtain the following information?
PORT STATE SERVICE
443/tcp open https
| ssl-enum-ciphers:
| TLSv1.2:
| ciphers:
| TLS_RSA_WITH_AES_128_GCM_SHA256 (rsa 2048) - A
| TLS_RSA_WITH_AES_128_CBC_SHA256 (rsa 2048) - A
| TLS_RSA_WITH_AES_128_CBC_SHA (rsa 2048) - A
| TLS_RSA_WITH_AES_256_GCM_SHA384 (rsa 2048) - A
| TLS_RSA_WITH_AES_256_CBC_SHA256 (rsa 2048) - A
| TLS_RSA_WITH_AES_256_CBC_SHA (rsa 2048) - A
| compressors:
| NULL
| cipher preference: server
| warnings:
| Forward Secrecy not supported by any cipher
|_ least strength: A
thanks
