telnet

package
v0.0.75 Latest Latest
Warning

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

Go to latest
Published: Sep 3, 2025 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PerformAuthentication

func PerformAuthentication(target string, config *telnetfern.PentestTelnetConfig) (*telnetfern.AuthResult, error)

PerformAuthentication performs authentication attempts against Telnet service Returns both base server info and auth results

func PerformAuthenticationWithContext

func PerformAuthenticationWithContext(ctx context.Context, target string, config *telnetfern.PentestTelnetConfig) (*telnetfern.AuthResult, error)

PerformAuthenticationWithContext performs authentication attempts against Telnet service with context Returns both base server info and auth results

Types

type CommandExecution added in v0.0.61

type CommandExecution struct {
	Command   string
	Output    string
	Timestamp time.Time
}

CommandExecution represents a command execution result for Telnet

func ExecuteCommands

func ExecuteCommands(host string, port int, username, password string, commands []string, timeout int) ([]*CommandExecution, error)

ExecuteCommands executes commands on the remote Telnet server using valid credentials This function requires successful authentication first

Jump to

Keyboard shortcuts

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