host
port
IsPOP3Response
null
string
number
Example
const pop3 = require('nuclei/pop3'); const isPOP3 = pop3.IsPOP3('acme.com', 110); log(toJSON(isPOP3));
Was this page helpful?