CRLFuzz : A Fast Tool To Scan CRLF Vulnerability Written In Go

CRLFuzz is a fast tool to scan CRLF vulnerability written in Go. Installation From Binary The installation is easy. You can download a prebuilt binary from releases page, unpack and run! or with curl -sSfL https://git.io/crlfuzz | sh -s — -b /usr/local/bin From Source If you have go1.13+ compiler installed and configured: GO111MODULE=on go get …