Documentation
¶
Overview ¶
Package portscan package portscan
Package portscan package portscan
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExcludePort ¶
type ExcludePortArr ¶
type ExcludePortArr []ExcludePort
func (ExcludePortArr) IsExcluded ¶
func (e ExcludePortArr) IsExcluded(port string) bool
type PortScan ¶
type PortScan struct {
ExcludePorts []ExcludePort
}
func NewPortScan ¶
func NewPortScan() *PortScan
func (*PortScan) GetPortIsUsed ¶
func (*PortScan) GetRandomPort ¶
func (*PortScan) Scan ¶
func (p *PortScan) Scan() (ExcludePortArr, error)
Click to show internal directories.
Click to hide internal directories.