Skip to content

Instantly share code, notes, and snippets.

@tarcieri
Last active August 29, 2015 13:58
Show Gist options
  • Save tarcieri/10213737 to your computer and use it in GitHub Desktop.
Save tarcieri/10213737 to your computer and use it in GitHub Desktop.
# Vulnerable
$ irb -ropenssl
2.1.1 :001 > OpenSSL::OPENSSL_VERSION
=> "OpenSSL 1.0.1f 6 Jan 2014"
# Not vulnerable
$ irb -ropenssl
2.1.1 :001 > OpenSSL::OPENSSL_VERSION
=> "OpenSSL 1.0.1g 7 Apr 2014"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment