plugin

package
v1.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

Functions

func ListAllExploit

func ListAllExploit()

func RegisterExploit

func RegisterExploit(name string, exploit ExploitInterface)

func RegisterTask

func RegisterTask(name string, task TaskInterface)

func RunSingleExploit

func RunSingleExploit(name string)

func RunSingleTask

func RunSingleTask(name string)

Types

type ExploitInterface

type ExploitInterface interface {
	Desc() string
	Run() bool
}

type TaskInterface

type TaskInterface interface {
	Exec() bool
	Desc() string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL