CRLFuzz — A fast tool to scan CRLF vulnerability written in Go.
Instructions to Install CRLFuzz on Kali Linux.
Method One : from Source
▶ Requirement : go Lang (https://www.youtube.com/watch?v=dr2Wo7qETZ8)
▶ Check : go version
▶ Run : GO111MODULE=on go get -v github.com/dwisiswant0/crlfuzz/cmd/crlfuzz
▶ Run : cp /root/go/bin/crlfuzz /usr/local/go/bin/
▶ Run (Check) : crlfuzz -h
Method Two : from Binary
▶ Run : curl -sSfL https://git.io/crlfuzz | sh -s -- -b /usr/local/bin
▶ Run (Check) : crlfuzz -h
Method Three : from GitHub
▶ Run : git clone https://github.com/dwisiswant0/crlfuzz
▶ Run : cd crlfuzz/cmd/crlfuzz
▶ Run : go build .
▶ Run : mv crlfuzz /usr/local/bin
▶ Run (Usage) : crlfuzz -u “http://target"
▶ More Info : https://github.com/dwisiswant0/crlfuzz
0 Comments