pop3

package
v3.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: MIT, Apache-2.0 Imports: 9 Imported by: 1

Documentation

Overview

Warning - This is generated code

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsPOP3Response

type IsPOP3Response struct {
	IsPOP3 bool
	Banner string
}

IsPOP3Response is the response from the IsPOP3 function. this is returned by IsPOP3 function. @example ```javascript const pop3 = require('nuclei/pop3'); const isPOP3 = pop3.IsPOP3('acme.com', 110); log(toJSON(isPOP3)); ```

func IsPOP3 added in v3.2.0

func IsPOP3(host string, port int) (IsPOP3Response, error)

IsPOP3 checks if a host is running a POP3 server. @example ```javascript const pop3 = require('nuclei/pop3'); const isPOP3 = pop3.IsPOP3('acme.com', 110); log(toJSON(isPOP3)); ```

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL