class Metasploit::Credential::NTLMHash

A {Metasploit::Credential::PasswordHash password hash} that can be {Metasploit::Credential::ReplayableHash replayed} to authenticate to SMB. It is composed of two hash hex digests (where the hash bytes are printed as a hexadecimal string where 2 characters represent a byte of the original hash with the high nibble first): (1) {lan_manager_hex_digest_from_password_data the LAN Manager hash’s hex digest} and (2) {nt_lan_manager_hex_digest_from_password_data the NTLM hash’s hex digest}.