Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterModule ¶
func RegisterModule()
Types ¶
type Flags ¶
type Flags struct { zgrab2.BaseFlags TargetHost string `long:"target-host" description:"Target host to connect to" default:"ifconfig.me"` TargetPort uint16 `long:"target-port" description:"Target port to connect to" default:"80"` RequestTimeout int `long:"request-timeout" description:"Timeout in seconds" default:"16"` }
type Module ¶
type Module struct{}
func (*Module) Description ¶
Description returns an overview of this module.
func (*Module) NewFlags ¶
func (module *Module) NewFlags() interface{}
NewFlags returns an empty Flags object.
func (*Module) NewScanner ¶
NewScanner returns a new instance Scanner instance.
type Scanner ¶
Scanner is the implementation of the zgrab2.Scanner interface.
func (*Scanner) GetTrigger ¶
func (*Scanner) InitPerSender ¶
func (*Scanner) Scan ¶
func (s *Scanner) Scan(t zgrab2.ScanTarget) (zgrab2.ScanStatus, interface{}, error)
Click to show internal directories.
Click to hide internal directories.