hashcat Forum

Full Version: Need to see the unsuccessful cracked hashes in output file
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,i'm trying to crack some hashes and in the output file i can only see the sucesfull ones,i want to see the unsuccessfull ones too,line by line what worked and not.

hashcat -m 300 -a o -o /root/Desktop/output.txt /root/Desktop/123.txt /root/Desktop/abc.txt
Well clearly your attack didnt work if they arent in the output file. consider using --remove so you are only left with unrecovered hashes.
Or use --show and --left