Versions in this module Expand all Collapse all v3 v3.8.0 Sep 4, 2024 Changes in this version + var NoStdout bool + type ErrWildcard struct + func (e *ErrWildcard) Error() string + type GobusterDir struct + func NewGobusterDir(globalopts *libgobuster.Options, opts *OptionsDir) (*GobusterDir, error) + func (d *GobusterDir) AdditionalWords(word string) []string + func (d *GobusterDir) GetConfigString() (string, error) + func (d *GobusterDir) Name() string + func (d *GobusterDir) PreRun(ctx context.Context, progress *libgobuster.Progress) error + func (d *GobusterDir) ProcessWord(ctx context.Context, word string, progress *libgobuster.Progress) error + type OptionsDir struct + DiscoverBackup bool + ExcludeLength string + ExcludeLengthParsed libgobuster.Set[int] + Expanded bool + Extensions string + ExtensionsFile string + ExtensionsParsed libgobuster.Set[string] + HideLength bool + NoStatus bool + StatusCodes string + StatusCodesBlacklist string + StatusCodesBlacklistParsed libgobuster.Set[int] + StatusCodesParsed libgobuster.Set[int] + UseSlash bool + func NewOptionsDir() *OptionsDir + type Result struct + Expanded bool + Found bool + Header http.Header + HideLength bool + NoStatus bool + NoStdout bool + Path string + Size int64 + StatusCode int + URL string + Verbose bool + func (r Result) ResultToString() (string, error) Other modules containing this package git.sual.in/casual/gobuster