Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Attack ¶
func Attack(ctx context.Context, config *bruteforce.BruteForceRunConfig) (*bruteforce.BruteForceReport, error)
Types ¶
type Engine ¶
type Engine struct {
Library Library
}
func (*Engine) Run ¶
func (e *Engine) Run(ctx context.Context, target string, credPair *bruteforce.CredentialPair, config *bruteforce.BruteForceRunConfig) ([]*bruteforce.AttemptInfo, bool, []string)
type Library ¶
type Library interface {
BruteForce(host string, port int, credPair *bruteforce.CredentialPair, config *bruteforce.BruteForceRunConfig) (*bruteforce.AttemptInfo, []string)
AnalyzeResponse(response *bruteforce.ResponseUnion) *bruteforce.ResultInfo
StandardPorts() []int
}
Click to show internal directories.
Click to hide internal directories.