about summary refs log tree commit diff
path: root/src/http.go
diff options
context:
space:
mode:
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