Client Management Suite

 View Only

SSLv3.0 "Poodle" vulnerability

  • 1.  SSLv3.0 "Poodle" vulnerability

    Posted Oct 15, 2014 08:43 AM

    Hey folks,

    Need to run a command on all Linux/Unix flavor servers for the "Poodle" vulnerability. According to the link on the Red Hat site here, I need to run this commandon the servers to determine whether SSLv3 is enabled on a server:

    $ openssl s_client -connect localhost:443 -ssl3

    How can I run this against all my Unix flavor servers and have it report back which servers have it enabled and which dont?

    Thanks in advance.