Microsoft
Software
Hardware
Network
Question : How to find out what version of remote OpenSSL server is running?
How to find out what version of remote OpenSSL server is running?
My laptop has GnuWin32 (OpenSSL 0.9.8h)
Thanks very much in advance.
Answer : How to find out what version of remote OpenSSL server is running?
You can use nmap:
nmap -v -A address -p 22
If I remember correctly, version is exposed when connecting to the server in a readable form, so try to simply telnet to port 22.
Random Solutions
Why is this sql file not creating a mysql database as it should
Access to a server from a possibly unprotected computer
Make comments to articles PHP
delete cookies and refresh browser
Domain Controller failing to read gpt.ini
IT / Programming BEST practice in the long run
FQDN for new domain tree
Excel to Word data merge: suppress page breaks
Vbscript to set focus when you only know part of a windows name
Locating next index of a record set and moving to that record after form data is refreshed.