The DROWN Attack: Another SSL Vulnerability
We all know that SSLv2 is supremely broken and not recommended for use on any network, but (surprisingly or not) it's still being used on many web servers today. One of the reasons it's used is ...
Published Mar 01, 2016
Version 1.0ltwagnon
Ret. Employee
Joined May 15, 2019
ltwagnon
Ret. Employee
Joined May 15, 2019
David_Remington
Mar 02, 2016Employee
If you want to manually test a web server you can do so with NMap (nmap --script sslv2 -p ) or s_client (openssl s_client -ssl2 -connect :)