Documentation ¶
Overview ¶
Package bin contains functions useful for creating a binary version of ZGrab2.
This package can import "github.com/WangYihang/zgrab2", and should be imported by targets within "github.com/WangYihang/zgrab2/cmd"
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewModuleSetWithDefaults ¶
NewModuleSetWithDefaults returns a newly allocated ModuleSet containing all ScanModules implemented by the ZGrab2 framework.
func ZGrab2Main ¶
func ZGrab2Main()
ZGrab2Main should be called by func main() in a binary. The caller is responsible for importing any modules in use. This allows clients to easily include custom sets of scan modules by creating new main packages with custom sets of ZGrab modules imported with side-effects.
Types ¶
Click to show internal directories.
Click to hide internal directories.