From b991d9d8c791460a0e5ab4d28502f95efa3d866c Mon Sep 17 00:00:00 2001 From: Emile Date: Fri, 1 Nov 2019 21:33:59 +0100 Subject: broke stuff, fixed stuff... --- src/http.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/http.go') diff --git a/src/http.go b/src/http.go index ece39ed..6164976 100644 --- a/src/http.go +++ b/src/http.go @@ -7,6 +7,7 @@ import ( ) func httpRequest(wordlistChannel chan string, printChannel chan Response) { + log.Println("http request") for { // replace the first instance of "FUZZ" in the given url by the next // value from the wordlistChannel -- cgit 1.4.1