Documentation ¶
Index ¶
- Variables
- func ASRepToHashcat(asrep messages.ASRep) (string, error)
- func FormatComboLine(combo string) (username string, password string, err error)
- func FormatUsername(username string) (user string, err error)
- func GetPasswords(passwordfile string, current []string, tried []string, verbose bool, ...) (array []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" )
Functions ¶
func FormatComboLine ¶
func FormatUsername ¶
func GetPasswords ¶
func GetPasswords(passwordfile string, current []string, tried []string, verbose bool, logger *Logger) (array []string, err error)
reads passwords from file and adds them to the current array if they are not in the tried array
func PrintBanner ¶
func PrintBanner()
Types ¶
Click to show internal directories.
Click to hide internal directories.