fuzzing

package
v1.0.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestInputFuzzing

func TestInputFuzzing(t *testing.T)

Types

type FuzzResult

type FuzzResult struct {
	Iterations    int
	Crashes       int
	Errors        int
	Timeouts      int
	UniqueCrashes []string
	Status        string
}

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL