Heartbleed
Heartbleed copied to clipboard
TLS 1.1 only sites throw EOF errors
If a site doesn't support TLS 1.2, then the Heartbleed script throws an EOF error. This seems to be because the go crypto TLS package is built to implement TLS 1.2. http://golang.org/pkg/crypto/tls/