Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArsenalCommand ¶
type ArsenalCommand struct {
// contains filtered or unexported fields
}
ArsenalCommand is a pseudo-command invoked via bash:
bash(command="arsenal list") bash(command="arsenal install nuclei") bash(command="arsenal search port scanner")
func NewArsenalCommand ¶
func NewArsenalCommand() (*ArsenalCommand, error)
func (*ArsenalCommand) Execute ¶
func (c *ArsenalCommand) Execute(_ context.Context, args []string) error
func (*ArsenalCommand) Name ¶
func (c *ArsenalCommand) Name() string
func (*ArsenalCommand) Usage ¶
func (c *ArsenalCommand) Usage() string
Click to show internal directories.
Click to hide internal directories.