hashes have been recovered!? -o option
#2
(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.
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"

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


Messages In This Thread
RE: hashes have been recovered!? -o option - by radix - 11-09-2013, 01:04 AM