Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Device ¶
type Device struct {
IP string
Hostname string
SSHStatus bool
TELNETStatus bool
SSHPort int // SSH port
Status string
Username string // SSH username
Password string // SSH password
Connected bool // SSH connection status
}
Device represents a discovered device
func ScanSingleHost ¶
ScanSingleHost scans a single host for SSH/Telnet ports
type PortResult ¶
PortResult represents the structure that gomap returns for each port This is based on the gomap library's internal structure
Click to show internal directories.
Click to hide internal directories.