crack

package
v0.0.0-...-d5b6333 Latest Latest
Warning

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

Go to latest
Published: Jun 11, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildNTLMAuthenticateMessage

func BuildNTLMAuthenticateMessage(user, pass, domain string, challenge []byte) []byte

func BuildNTLMNegotiateMessage

func BuildNTLMNegotiateMessage() []byte

func BuildSMB2NegotiateRequest

func BuildSMB2NegotiateRequest() []byte

func BuildSMBNegotiateRequest

func BuildSMBNegotiateRequest() []byte

func SMBCrack

func SMBCrack(host, port string, users, passes []string, timeout int) <-chan CrackResult

func TelnetCrack

func TelnetCrack(host, port string, users, passes []string, timeout int) <-chan CrackResult

func VNCCrack

func VNCCrack(host, port string, passes []string, timeout int) <-chan CrackResult

Types

type CrackResult

type CrackResult struct {
	Host     string
	Port     string
	User     string
	Password string
	Success  bool
	Protocol string
}

type VNCHandshake

type VNCHandshake struct {
	ProtocolVersion string
	SecurityTypes   []uint32
	Challenge       []byte
}

Jump to

Keyboard shortcuts

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