MCPcopy
hub / github.com/shadow1ng/fscan / Exploiter

Interface Exploiter

plugins/init.go:64–66  ·  view source on GitHub ↗

Exploiter 利用接口

Source from the content-addressed store, hash-verified

62
63// Exploiter 利用接口
64type Exploiter interface {
65 Exploit(ctx context.Context, info *common.HostInfo, creds Credential, session *common.ScanSession) *ExploitResult
66}
67
68// ExploitResult 利用结果
69type ExploitResult struct {

Callers

nothing calls this directly

Implementers 1

MS17010Pluginplugins/services/ms17010.go

Calls

no outgoing calls

Tested by

no test coverage detected