fuzz

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Apr 26, 2024 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddCommand

func AddCommand(c *cobra.Command)

AddCommand adds the 'run' command to cmd.

Types

type Options

type Options struct {
	Range       []string
	RangeFormat string
	Filename    string
	Replace     []string

	Logfile string
	Logdir  string
	Threads int

	RequestsPerSecond float64

	BufferSize int
	Skip       int
	Limit      int

	Request *request.Request // the template for the HTTP request

	response.TransportOptions

	FollowRedirect int

	HideStatusCodes []string
	ShowStatusCodes []string
	HideHeaderSize  []string
	HideBodySize    []string
	HidePattern     []string

	ShowPattern []string

	Extract []string

	ExtractPipe []string

	MaxBodySize          int
	DisableDecompression bool

	LongRequest time.Duration

	IPv4Only bool
	IPv6Only bool

	IsTest      bool
	Values      []string
	ShowRequest bool
	// contains filtered or unexported fields
}

type Replace added in v0.8.0

type Replace struct {
	Name    string
	Type    string
	Options string
}

func ParseReplace added in v0.8.0

func ParseReplace(s string) (r Replace, err error)

ParseReplace parses a replace rule.

Jump to

Keyboard shortcuts

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