Skip to content

Instantly share code, notes, and snippets.

@albertomm
Created December 15, 2018 18:57
Show Gist options
  • Save albertomm/6506d2925b19dc9faf9e64428e35647c to your computer and use it in GitHub Desktop.
Save albertomm/6506d2925b19dc9faf9e64428e35647c to your computer and use it in GitHub Desktop.
Check for active SSLv3 protocol
#!/bin/bash
openssl s_client -connect 127.0.0.1:443 -ssl3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment