after obtaining NTLM hashes , but it in a file then go to hashcat to crack them
<aside> đ Hashcat is a popular password cracking tool that can be used to crack NTLM hashes
</aside>
hashcat -m 1000 hash.txt wordlist.txt
"-m 1000" specifies the [hash type]"hash.txt" is the file containing the NTLM hash"wordlist.txt" is the file containing a list of possible passwords to try