Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Exploits map[string]ExploitInterface
View Source
var Tasks map[string]TaskInterface
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 TaskInterface ¶
Click to show internal directories.
Click to hide internal directories.