aboutsummaryrefslogtreecommitdiff
path: root/internal/exec/exec.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/exec/exec.go')
-rw-r--r--internal/exec/exec.go4
1 files changed, 4 insertions, 0 deletions
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{}