Unable to crack hashes - "Failed to parse hashes using the native hashcat format"
#3
(05-06-2025, 07:57 AM)b8vr Wrote: The command will not crack anything:

hashcat -a 0 -m 1000 --username 1 .\hashes.txt --show .\stockpwd.txt

--username does not have any values, so hashcat thinks that the 1 is a hash. Remove the 1. And then --show will show already cracked hashes, if they exists in the potfile. When using --show, hashcat does not crack anything, so remove --show.

Thanks for the reply, unfortunately making the changes you suggest results in 
Code:
Token length exception
for all hashes

The command being run now is 
hashcat -a 0 -m 1000 --username .\hashes.txt .\stockpwd.txt
Reply


Messages In This Thread
RE: Unable to crack hashes - "Failed to parse hashes using the native hashcat format" - by sashman - 05-06-2025, 08:13 AM