Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KerbruteSession ¶
type KerbruteSession struct { Domain string Realm string Kdcs map[int]string ConfigString string Config *kconfig.Config Verbose bool SafeMode bool }
func NewKerbruteSession ¶
func (KerbruteSession) HandleKerbError ¶
func (k KerbruteSession) HandleKerbError(err error) (bool, string)
func (KerbruteSession) TestLogin ¶
func (k KerbruteSession) TestLogin(username, password string) (bool, error)
func (KerbruteSession) TestUsername ¶
func (k KerbruteSession) TestUsername(username string) (bool, error)
Click to show internal directories.
Click to hide internal directories.