Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SSHLibrary ¶
type SSHLibrary struct{}
func (*SSHLibrary) AnalyzeResponse ¶
func (SSHLib *SSHLibrary) AnalyzeResponse(response *bruteforceFern.ResponseUnion) *bruteforceFern.ResultInfo
func (*SSHLibrary) BruteForce ¶
func (SSHLib *SSHLibrary) BruteForce(host string, port int, credPair *bruteforceFern.CredentialPair, config *bruteforceFern.PentestBruteForceConfig) (*bruteforceFern.AttemptInfo, []string)
type TelnetLibrary ¶
type TelnetLibrary struct{}
func (*TelnetLibrary) AnalyzeResponse ¶
func (TelnetLib *TelnetLibrary) AnalyzeResponse(response *bruteforceFern.ResponseUnion) *bruteforceFern.ResultInfo
func (*TelnetLibrary) BruteForce ¶
func (TelnetLib *TelnetLibrary) BruteForce(host string, port int, credPair *bruteforceFern.CredentialPair, config *bruteforceFern.PentestBruteForceConfig) (*bruteforceFern.AttemptInfo, []string)
Click to show internal directories.
Click to hide internal directories.