zgrab2/bin
David Adrian 6848e3ae60 Remove reference to global config in monitor.go
This updates MakeMonitor() to take the channel size as a parameter,
instead of reading it from the global `config` object. Unfortunately,
the caller of MakeMonitor() doesn't actually have access to the global,
since it's in a different package (bin vs the root package). Luckily,
there doesn't appear to be a reason to have a buffer in this channel.
This updates the caller to pass a hardcoded size of 1.
2020-02-18 13:43:19 -05:00
..
bin.go Remove reference to global config in monitor.go 2020-02-18 13:43:19 -05:00
default_modules.go Add ModuleSet object (#247) 2020-02-18 10:23:43 -05:00
doc.go Add ModuleSet object (#247) 2020-02-18 10:23:43 -05:00
summary.go Add support for importing the ZGrab2 main (#224) 2019-09-25 08:51:31 -04:00