Documentation
¶
Index ¶
- type SSHLibrary
- func (SSHLib *SSHLibrary) AnalyzeResponse(response *bruteforceFern.ResponseUnion) *bruteforceFern.ResultInfo
- func (SSHLib *SSHLibrary) BruteForce(host string, port int, credPair *bruteforceFern.CredentialPair, ...) (*bruteforceFern.AttemptInfo, []string)
- func (SSHLib *SSHLibrary) StandardPorts() []int
- type TelnetLibrary
- func (TelnetLib *TelnetLibrary) AnalyzeResponse(response *bruteforceFern.ResponseUnion) *bruteforceFern.ResultInfo
- func (TelnetLib *TelnetLibrary) BruteForce(host string, port int, credPair *bruteforceFern.CredentialPair, ...) (*bruteforceFern.AttemptInfo, []string)
- func (TelnetLib *TelnetLibrary) StandardPorts() []int
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)
func (*SSHLibrary) StandardPorts ¶
func (SSHLib *SSHLibrary) StandardPorts() []int
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)
func (*TelnetLibrary) StandardPorts ¶
func (TelnetLib *TelnetLibrary) StandardPorts() []int
Click to show internal directories.
Click to hide internal directories.