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