What hash type is being cracked in the command below?
hashcat -m 1000 -a 0 customer.ntds wordlist.txt --potfile-path ./hashcat.potfile
What hash type is being cracked in the command below?
hashcat -m 1000 -a 0 customer.ntds wordlist.txt --potfile-path ./hashcat.potfile
The hash type being cracked in the command 'hashcat -m 1000 -a 0 customer.ntds wordlist.txt --potfile-path ./hashcat.potfile' is NT hashes. In hashcat, the mode 1000 indicates NT hashes.
Correct answer is D - NT hashes, as 1000 is for NT