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
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
Click to show internal directories.
Click to hide internal directories.