Skip to content

Commit

Permalink
📝 Fix typosquat
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Aug 13, 2020
1 parent f706915 commit 378fde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/crlfuzz/crlfuzz.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"dw1.io/crlfuzz/pkg/request"
)

// Scan will scanning for CRLF vulnerability againts target
// Scan will scanning for CRLF vulnerability against target
func Scan(url string, method string, data string, headers []string, proxy string) (bool, error) {
client := request.Client(proxy)
req, e := http.NewRequest(method, url, strings.NewReader(data))
Expand Down

0 comments on commit 378fde7

Please sign in to comment.