Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FetchExploitCmd ¶
type FetchExploitCmd struct {
Debug bool
DebugSQL bool
Quiet bool
LogDir string
LogJSON bool
Deep bool
DBPath string
DBType string
HTTPProxy string
}
FetchExploitCmd :
func (*FetchExploitCmd) Execute ¶
func (p *FetchExploitCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute :
type SearchExploitCmd ¶
type SearchExploitCmd struct {
Debug bool
DebugSQL bool
Quiet bool
LogDir string
LogJSON bool
DBPath string
DBType string
HTTPProxy string
SearchType string
SearchParam string
}
SearchExploitCmd :
func (*SearchExploitCmd) Execute ¶
func (p *SearchExploitCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute :
type ServerCmd ¶
type ServerCmd struct {
Debug bool
DebugSQL bool
Quiet bool
LogDir string
LogJSON bool
DBpath string
DBtype string
Bind string
Port string
}
ServerCmd :
func (*ServerCmd) Execute ¶
func (p *ServerCmd) Execute(_ context.Context, f *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus
Execute :
Click to show internal directories.
Click to hide internal directories.