From 0b55c43f7d27a46017a7fa0e4ee35487854da619 Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 3 Nov 2019 12:53:13 +0100 Subject: function comment --- src/httpRequest.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/httpRequest.go b/src/httpRequest.go index ddec96d..3cc3b17 100644 --- a/src/httpRequest.go +++ b/src/httpRequest.go @@ -8,6 +8,10 @@ import ( "strings" ) +// httpRequest fetches a "fuzzword" from the wordlistChannel and replaces the +// string "FUZZ" in the given URL by the fetched fuzzword. A HTTP request to the +// created url is then issued resulting in a response that is pushed into the +// printChannel for printing. func httpRequest(channels channels, threadNr int) { for { // replace the first instance of "FUZZ" in the given url by the next -- cgit 1.4.1