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