Nagios-Plugin, um auf SSLv3-Support zu prüfen

Um meine Server auf potentielle Anfälligkeit für den Poodle-Angriff zu überprüfen, habe ich ein Nagios bzw. Icinga-Plugin geschrieben, welches diverse Dienste überprüft:

https://github.com/Cybso/check_poodle

Aktuell werden folgende Dienste überprüft:

  • Port 443 (HTTPS)
  • Port 465 (SMTPS)
  • Port 993 (IMAPS)
  • Port 995 (POP3S)
  • Port 5223 (XMPP)
  • Port 25 (SMTP, STARTTLS)
  • Port 587 (SMTP, STARTTLS)
  • Port 143 (IMAP, STARTTLS)
  • Port 110 (POP3, STARTTLS)
  • Port 5222 (XMPP, STARTTLS)
  • Port 5269 (XMPP, STARTTLS)
  • Port 20 (FTP, STARTTLS)
  • Port 21 (FTP, STARTTLS)

Pull-Requests sind gerne gesehen ;-)