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