Skip to content

Commit

Permalink
📘 Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Aug 13, 2020
1 parent 08a1532 commit f706915
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# crlfuzz
# CRLFuzz

[![License](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT)
[![made-with-Go](https://img.shields.io/badge/made%20with-Go-brightgreen.svg)](http://golang.org)
[![go-report](https://goreportcard.com/badge/dw1.io/crlfuzz)](https://goreportcard.com/report/dw1.io/crlfuzz)
[![license](https://img.shields.io/badge/license-MIT-_red.svg)](https://opensource.org/licenses/MIT)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/dwisiswant0/crlfuzz/issues)
[![godoc](https://img.shields.io/badge/godoc-reference-brightgreen.svg)](https://godoc.org/dw1.io/crlfuzz)

A fast tool to scan CRLF vulnerability written in Go

Expand Down Expand Up @@ -204,7 +207,7 @@ func main() {

// Generates a potentially CRLF vulnerable URLs
for _, url := range crlfuzz.GenerateURL(target) {
// Scan againts target
// Scan against target
vuln, err := crlfuzz.Scan(url, method, "", []string{}, "")
if err != nil {
panic(err)
Expand Down

0 comments on commit f706915

Please sign in to comment.