Exploiter 利用接口
| 62 | |
| 63 | // Exploiter 利用接口 |
| 64 | type Exploiter interface { |
| 65 | Exploit(ctx context.Context, info *common.HostInfo, creds Credential, session *common.ScanSession) *ExploitResult |
| 66 | } |
| 67 | |
| 68 | // ExploitResult 利用结果 |
| 69 | type ExploitResult struct { |
nothing calls this directly
no outgoing calls
no test coverage detected