What hash type is being cracked in the command below?
hashcat -m 1800 -a 0 customer.ntds wordlist.txt --potfile-path ./hashcat.potfile
What hash type is being cracked in the command below?
hashcat -m 1800 -a 0 customer.ntds wordlist.txt --potfile-path ./hashcat.potfile
The hash type being cracked using the command 'hashcat -m 1800 -a 0 customer.ntds wordlist.txt --potfile-path ./hashcat.potfile' is NT hashes. In Hashcat, the mode (-m) 1800 specifically corresponds to NT hashes, which are used in Windows systems for storing password hashes.
Correct answer: C 1800 is sha-512 (Reference: https://hashcat.net/wiki/doku.php?id=example_hashes)
1800 | sha512crypt $6$, SHA512 (Unix)