4837 Total CVEs
26 Years
GitHub
README.md
Rendering markdown...
POC / Makefile
GOCMD=go
GOBUILD=$(GOCMD) build
GOMOD=$(GOCMD) mod

build:
		$(GOBUILD) -v -ldflags="-extldflags=-static" -o "exploit" exploit.go