hashes have been recovered!? -o option
#1
Question 
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"


All hashes have been recovered

Input.Mode: Mask (D:\dizioTest.txt)
Index.....: 0/1 (segment), 1 (words), 0 (bytes)
Recovered.: 0/0 hashes, 0/0 salts
Speed/sec.: - plains, - words
Progress..: 1/1 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--

Started: Fri Nov 08 23:47:37 2013
Stopped: Fri Nov 08 23:47:37 2013

D:\hashcat-0.46>[/code]
#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