about summary refs log tree commit diff
path: root/src/http.go
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-11-01 21:33:59 +0100
committerEmile <hanemile@protonmail.com>2019-11-01 21:33:59 +0100
commitb991d9d8c791460a0e5ab4d28502f95efa3d866c (patch)
treee77242b4cc3b1b3198b016788e0e8c7daa43c74d /src/http.go
parent67b9787c3f4103100a626e6e8a71551482c7ad44 (diff)
broke stuff, fixed stuff...
Diffstat (limited to 'src/http.go')
-rw-r--r--src/http.go1
1 files changed, 1 insertions, 0 deletions
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