Files
2025-04-16 12:11:58 -05:00

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
}