Skip to content

Instantly share code, notes, and snippets.

@oogali
Created April 8, 2014 15:55
Show Gist options
  • Save oogali/10147130 to your computer and use it in GitHub Desktop.
Save oogali/10147130 to your computer and use it in GitHub Desktop.
Quick and dirty Heartbleed test from CLI
echo | openssl s_client -connect some.site.com:443 -tlsextdebug 2>&1 | grep '"heartbeat"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment