Pop3.Pop3Client
Class: Pop3Client
pop3.Pop3Client
Pop3Client is a minimal POP3 client for nuclei scripts.
Example
Table of contents
Constructors
Methods
Constructors
constructor
• new Pop3Client(): Pop3Client
Returns
Defined in
pop3.ts:15
Methods
IsPOP3
▸ IsPOP3(host
, port
): IsPOP3Response
IsPOP3 checks if a host is running a POP3 server.
Parameters
Name | Type |
---|---|
host | string |
port | number |
Returns
Example
Defined in
pop3.ts:25
Was this page helpful?