Usage Tips:
- Click on a keyword to enable inline editing.
- Click inside a code block to copy (excludes comments).
- Use the button to view examples.
- Click outside to collapse all examples.
Tools
# Scan target SSL version
sslscan <TARGET>
Sample Output:
TO-DO
Fix old ssl protocol connection problem
# Edit /etc/ssl/openssl.cnf
[system_default_sect]
#MinProtocol = DEFAULT@SECLEVEL=2
MinProtocol = None
#CipherString = DEFAULT@SECLEVEL=2
CipherString = None
Sample Output:
TO-DO
Note: Remember to revert the changes after job done