Documentation ¶
Index ¶
- type Detector
- func (d Detector) CommonPortCheck(host, port string) error
- func (d Detector) FTPCheck(host, port string) error
- func (d Detector) RDPCheck(host, port string) error
- func (d Detector) SFTPCheck(host, port, user, password, privateKeyFullPath string) error
- func (d Detector) SSHCheck(host, port string) error
- func (d Detector) TelnetCheck(host, port string) error
- func (d Detector) VNCCheck(host, port string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detector ¶
type Detector struct {
// contains filtered or unexported fields
}
func NewDetector ¶
func (Detector) CommonPortCheck ¶ added in v0.5.0
func (Detector) TelnetCheck ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.