Documentation
¶
Index ¶
- func DCCHashFromNTHash(ntHash [16]byte, username string) [16]byte
- func DCCHashFromNTHashToHashcatString(ntHash [16]byte, username string) string
- func DCCHashFromNTHashToHex(ntHash [16]byte, username string) string
- func DCCHashFromPassword(password string, username string) [16]byte
- func DCCHashFromPasswordToHashcatString(password string, username string) string
- func DCCHashFromPasswordToHex(password string, username string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DCCHashFromNTHash ¶
DCCHashFromNTHash computes the DCC hash from the given NT hash and username
Parameters:
- ntHash: The NT hash
- username: The username
Returns:
- The DCC hash
func DCCHashFromNTHashToHashcatString ¶
DCCHashFromNTHashToHashcatString computes the DCC hash from the given NT hash and username
Returns:
- The DCC hash as a hashcat string
func DCCHashFromNTHashToHex ¶
DCCHashFromNTHashToHex computes the DCC hash of a password string
Returns:
- The DCC hash as a hexadecimal string
func DCCHashFromPassword ¶
DCCHashFromPassword computes the Domain Cached Credentials hash from the given password and username
Parameters:
- password: The password
- username: The username
Returns:
- The DCC hash
func DCCHashFromPasswordToHashcatString ¶
DCCHashFromPasswordToHashcatString computes the DCC hash of a password string
Returns:
- The DCC hash as a hashcat string
func DCCHashFromPasswordToHex ¶
DCCHashFromPasswordToHex computes the DCC hash of a password string
Returns:
- The DCC hash as a hexadecimal string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.