Documentation
¶
Index ¶
- Variables
- func ASRepToHashcat(asrep messages.ASRep) (string, error)
- func ExtractASRepUsername(k messages.ASRep) (salt string, err error)
- func ExtractPreAuthUsername(krberr messages.KRBError) (salt string, err error)
- func FormatComboLine(combo string) (username string, password string, err error)
- func FormatUsername(username string) (user string, err error)
- func PrintBanner()
- type Logger
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" GitCommit = "n/a" BuildDate = time.Now().Format("01/02/06") GoVersion = runtime.Version() Author = "Ronnie Flathers @ropnop (Modified by ZedH @0xZDH)" )
Functions ¶
func ExtractASRepUsername ¶ added in v0.1.1
ExtractASRepUsername will extract a username from an ASRep encryption salt when a user does not require pre-authentication
func ExtractPreAuthUsername ¶ added in v0.1.1
ExtractPreAuthUsername will extract a username from a KDC_ERR_PREAUTH_REQUIRED encryption salt
func FormatComboLine ¶
func FormatUsername ¶
func PrintBanner ¶
func PrintBanner()
Types ¶
Click to show internal directories.
Click to hide internal directories.