Skip to content

Instantly share code, notes, and snippets.

Avatar

Richard Davis 13Cubed

View GitHub Profile
@13Cubed
13Cubed / ticketbleed.go
Last active February 9, 2017 14:27 — forked from FiloSottile/ticketbleed.go
Check for Ticketbleed (CVE-2016-9244) vulnerability.
View ticketbleed.go
package main
import (
"crypto/tls"
"fmt"
"log"
"strings"
"os"
)