![]() |
Need to see the unsuccessful cracked hashes in output file - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Need to see the unsuccessful cracked hashes in output file (/thread-5897.html) |
Need to see the unsuccessful cracked hashes in output file - tvo007 - 09-24-2016 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 RE: Need to see the unsuccessful cracked hashes in output file - radix - 09-25-2016 Well clearly your attack didnt work if they arent in the output file. consider using --remove so you are only left with unrecovered hashes. RE: Need to see the unsuccessful cracked hashes in output file - atom - 09-27-2016 Or use --show and --left |