diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/httpRequest.go | 4 |
1 files changed, 4 insertions, 0 deletions
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 |