mirror of
https://github.com/FalconOpsLLC/goexec
synced 2026-06-06 15:44:27 +00:00
12 lines
230 B
Go
12 lines
230 B
Go
package goexec
|
|
|
|
import (
|
|
"github.com/RedTeamPentesting/adauth"
|
|
)
|
|
|
|
// AuthOptions holds Windows / Active Directory authentication parameters
|
|
type AuthOptions struct {
|
|
Target *adauth.Target
|
|
Credential *adauth.Credential
|
|
}
|