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