From 1d82f299b433a17849b576b6e715a93240b29fd8 Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Wed, 9 Apr 2025 08:24:04 -0500 Subject: Update TODO; add dynamic namespace to `wmi call` --- internal/client/dce/dce.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/client/dce') diff --git a/internal/client/dce/dce.go b/internal/client/dce/dce.go index 142eda9..0230c2a 100644 --- a/internal/client/dce/dce.go +++ b/internal/client/dce/dce.go @@ -21,6 +21,7 @@ type ConnectionMethodDCEConfig struct { Options []dcerpc.Option // Options stores the options that will be passed to all dialers DceOptions []dcerpc.Option // DceOptions are the options passed to dcerpc.Dial EpmOptions []dcerpc.Option // EpmOptions are the options passed to epm.EndpointMapper + Resource string // Resource stores the target network resource (usually for DCOM) } func (cfg *ConnectionMethodDCEConfig) GetDce(ctx context.Context, cred *adauth.Credential, target *adauth.Target, endpoint, object string, arbOpts ...dcerpc.Option) (cc dcerpc.Conn, err error) { -- cgit v1.2.3