![]() |
hashes have been recovered!? -o option - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old hashcat Support (https://hashcat.net/forum/forum-20.html) +--- Thread: hashes have been recovered!? -o option (/thread-2795.html) |
hashes have been recovered!? -o option - Algreen - 11-09-2013 Hashed a pwd and tested a 3 word dictionary; hashcat display successfull message but no pwd recovered!? output file is unmodified. Any clue please? thanks A. Code: hashcat-cli32.exe -a 3 -m 2500 -o D:\foundPWDtxt --outfile-format=2 -n 2 -c 64 "D:\hashTest.txt" "D:\dizioTest.txt" RE: hashes have been recovered!? -o option - radix - 11-09-2013 (11-09-2013, 12:57 AM)Algreen Wrote: Hashed a pwd and tested a 3 word dictionary; hashcat display successfull message but no pwd recovered!? output file is unmodified. why are you making it more difficult than it needs to be. Code: hashcat-cli32.exe -n 2 -m 2500 D:\hashTest.txt -o D:\foundPWDtxt D:\dizioTest.txt |