package
2.0.1+incompatible
Repository: https://github.com/ippsec/gobuster.git
Documentation: pkg.go.dev

# Functions

NewGobuster returns a new Gobuster object.
NewOptions returns a new initialized Options object.

# Constants

ModeDir represents -m dir.
ModeDNS represents -m dns.
VERSION contains the current gobuster version.

# Structs

Gobuster is the main object when creating a new run.
Options helds all options that can be passed to libgobuster.
Result represents a single gobuster result.

# Interfaces

GobusterPlugin is an interface which plugins must implement.

# Type aliases

ProcessFunc is the "process" function prototype for implementations.
ResultToStringFunc is the "to string" function prototype for implementations.
SetupFunc is the "setup" function prototype for implementations.