Versions in this module Expand all Collapse all v1 v1.1.1 Mar 16, 2020 Changes in this version type Options + Ping bool v1.1.0 Jan 24, 2020 v1.0.1 Jan 21, 2020 v1.0.0 Jan 21, 2020 Changes in this version + const Full + const NmapTop100 + const NmapTop1000 + const Version + func ParsePorts(options *Options) (map[int]struct{}, error) + func WriteHostOutput(host string, results map[int]struct{}, writer io.Writer) error + func WriteJSONOutput(host string, results map[int]struct{}, writer io.Writer) error + type JSONResult struct + Host string + Port int + type Options struct + ExcludePorts string + Host string + HostsFile string + JSON bool + NoColor bool + Output string + OutputDirectory string + Ports string + PortsFile string + Rate int + Retries int + Silent bool + Stdin bool + Threads int + Timeout int + Verbose bool + Verify bool + Version bool + func ParseOptions() *Options + type Runner struct + func NewRunner(options *Options) (*Runner, error) + func (r *Runner) EnumerateMultipleHosts(reader io.Reader, ports map[int]struct{}) + func (r *Runner) EnumerateSingleHost(host string, ports map[int]struct{}, output string, add bool) + func (r *Runner) RunEnumeration() error