Skip to content

Instantly share code, notes, and snippets.

@scuderiaf1
Created October 16, 2014 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scuderiaf1/b0d62402db96e91c2fac to your computer and use it in GitHub Desktop.
Save scuderiaf1/b0d62402db96e91c2fac to your computer and use it in GitHub Desktop.
echo "GET /" | openssl s_client -ssl3 -connect localhost:443 2> /dev/null | grep "no peer certificate available" > /dev/null || echo "Vulnerable"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment