MCPcopy Index your code
hub / github.com/cdk-team/CDK / ExploitInterface

Interface ExploitInterface

pkg/plugin/interface.go:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type ExploitInterface interface {
27 Desc() string
28 Run() bool
29 GetExploitType() string
30}
31
32type TaskInterface interface {
33 Exec() bool

Callers 9

RunSingleExploitFunction · 0.65
executeMethod · 0.65
TestParseCDKMainFunction · 0.65
TestBlankInStringFunction · 0.65
execCommandFunction · 0.65
UnprivUserNSFunction · 0.65
newDevicesCgroupFunction · 0.65
CheckFdiskFunction · 0.65
ListAllExploitFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…