Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScanResult ¶
Container for scan results from workers
type TcpConnectScanner ¶
func (TcpConnectScanner) Scan ¶
func (tcpcs TcpConnectScanner) Scan() *ScanResult
type TcpSynScanner ¶
type TcpSynScanner struct {
Host string
Port uint64
IsIPv4 bool
Conn net.PacketConn
}
func (TcpSynScanner) Scan ¶
func (tcpcs TcpSynScanner) Scan() *ScanResult
type UdpScanner ¶
type UdpScanner struct {
Host string
Port uint64
IsIPv4 bool
Conn net.PacketConn
}
func (UdpScanner) Scan ¶
func (us UdpScanner) Scan() *ScanResult
Source Files
¶
Click to show internal directories.
Click to hide internal directories.