bruteforce

package
v0.0.0-...-79fd42e Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2025 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DefaultWordlist

func DefaultWordlist() []string

DefaultWordlist returns the embedded default bruteforce wordlist.

func LoadWordlist

func LoadWordlist(path string) ([]string, error)

LoadWordlist reads a wordlist from the provided file path.

Types

type Options

type Options struct {
	Domain             string
	WordlistPath       string
	Permutations       bool
	PermutationThreads int
	DNSServer          string
	Timeout            time.Duration
	Workers            int
	AutoTune           bool
	ProgressWriter     io.Writer
	RateLimiter        *ratelimit.Limiter
}

type Result

type Result struct {
	Subdomain string
	Rcode     int
	Answers   []string
}

func Run

func Run(ctx context.Context, opts Options) ([]Result, error)

Jump to

Keyboard shortcuts

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