From 7574b7370be083ff563fa8ad6d01d5ac776d7e4d Mon Sep 17 00:00:00 2001 From: Bryan McNulty Date: Sat, 8 Mar 2025 06:07:29 -0600 Subject: Add a bunch of DCE related options to TSCH module --- internal/exec/exec.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/exec/exec.go') diff --git a/internal/exec/exec.go b/internal/exec/exec.go index a89cf7b..56edead 100644 --- a/internal/exec/exec.go +++ b/internal/exec/exec.go @@ -5,6 +5,10 @@ import ( "github.com/RedTeamPentesting/adauth" ) +const ( + ConnectionMethodDCE = "dcerpc" +) + type ConnectionConfig struct { ConnectionMethod string ConnectionMethodConfig interface{} -- cgit v1.2.3