telnet

package
v3.2.8 Latest Latest
Warning

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

Go to latest
Published: May 24, 2024 License: MIT, Apache-2.0 Imports: 9 Imported by: 2

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 IsTelnetResponse

type IsTelnetResponse struct {
	IsTelnet bool
	Banner   string
}

IsTelnetResponse is the response from the IsTelnet function. this is returned by IsTelnet function. @example ```javascript const telnet = require('nuclei/telnet'); const isTelnet = telnet.IsTelnet('acme.com', 23); log(toJSON(isTelnet)); ```

func IsTelnet added in v3.2.0

func IsTelnet(host string, port int) (IsTelnetResponse, error)

IsTelnet checks if a host is running a Telnet server. @example ```javascript const telnet = require('nuclei/telnet'); const isTelnet = telnet.IsTelnet('acme.com', 23); log(toJSON(isTelnet)); ```

Jump to

Keyboard shortcuts

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