Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GobusterDir ¶
type GobusterDir struct{}
GobusterDir is the main type to implement the interface
func (GobusterDir) Process ¶
func (d GobusterDir) Process(g *libgobuster.Gobuster, word string) ([]libgobuster.Result, error)
Process is the process implementation of gobusterdir
func (GobusterDir) ResultToString ¶
func (d GobusterDir) ResultToString(g *libgobuster.Gobuster, r *libgobuster.Result) (*string, error)
ResultToString is the to string implementation of gobusterdir
func (GobusterDir) Setup ¶
func (d GobusterDir) Setup(g *libgobuster.Gobuster) error
Setup is the setup implementation of gobusterdir
Click to show internal directories.
Click to hide internal directories.