Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestInputFuzzing ¶
Types ¶
type FuzzResult ¶
type InputFuzzer ¶
type InputFuzzer struct {
TargetHost string
TargetPort int
Iterations int
Seed int64
MaxInputSize int
}
func NewInputFuzzer ¶
func NewInputFuzzer(host string, port int) *InputFuzzer
func (*InputFuzzer) Run ¶
func (f *InputFuzzer) Run(ctx context.Context) (*FuzzResult, error)
Click to show internal directories.
Click to hide internal directories.