Documentation ¶
Index ¶
- type GobusterTFTP
- func (d *GobusterTFTP) AdditionalWords(word string) []string
- func (d *GobusterTFTP) GetConfigString() (string, error)
- func (d *GobusterTFTP) Name() string
- func (d *GobusterTFTP) PreRun(ctx context.Context, progress *libgobuster.Progress) error
- func (d *GobusterTFTP) ProcessWord(ctx context.Context, word string, progress *libgobuster.Progress) error
- type OptionsTFTP
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GobusterTFTP ¶
type GobusterTFTP struct {
// contains filtered or unexported fields
}
GobusterTFTP is the main type to implement the interface
func NewGobusterTFTP ¶
func NewGobusterTFTP(globalopts *libgobuster.Options, opts *OptionsTFTP) (*GobusterTFTP, error)
NewGobusterTFTP creates a new initialized NewGobusterTFTP
func (*GobusterTFTP) AdditionalWords ¶
func (d *GobusterTFTP) AdditionalWords(word string) []string
func (*GobusterTFTP) GetConfigString ¶
func (d *GobusterTFTP) GetConfigString() (string, error)
GetConfigString returns the string representation of the current config
func (*GobusterTFTP) Name ¶
func (d *GobusterTFTP) Name() string
Name should return the name of the plugin
func (*GobusterTFTP) PreRun ¶
func (d *GobusterTFTP) PreRun(ctx context.Context, progress *libgobuster.Progress) error
PreRun is the pre run implementation of gobustertftp
func (*GobusterTFTP) ProcessWord ¶
func (d *GobusterTFTP) ProcessWord(ctx context.Context, word string, progress *libgobuster.Progress) error
ProcessWord is the process implementation of gobustertftp
type OptionsTFTP ¶
OptionsTFTP holds all options for the tftp plugin
func NewOptionsTFTP ¶
func NewOptionsTFTP() *OptionsTFTP
NewOptionsTFTP returns a new initialized OptionsTFTP
Click to show internal directories.
Click to hide internal directories.