Created
December 15, 2018 18:57
-
-
Save albertomm/6506d2925b19dc9faf9e64428e35647c to your computer and use it in GitHub Desktop.
Check for active SSLv3 protocol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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