Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IsTelnetResponse ¶
IsTelnetResponse is the response from the IsTelnet function.
type TelnetClient ¶
type TelnetClient struct{}
TelnetClient is a minimal Telnet client for nuclei scripts.
func (*TelnetClient) IsTelnet ¶
func (c *TelnetClient) IsTelnet(host string, port int) (IsTelnetResponse, error)
IsTelnet checks if a host is running a Telnet server.
Click to show internal directories.
Click to hide internal directories.