-m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples)
#2
Looks like a 32bit vs 64bit problem:
Code:
chort@hydra:~/code/hashcat-0.39$ ./h64 -o /dev/null -m 1800 examples/A0.M1800.hash examples/A0.M1800.word
Initializing hashcat v0.39 by atom with 8 threads and 32mb segment-size...

NOTE: press enter for status-screen

Added hashes from file examples/A0.M1800.hash: 14 (14 salts)
All hashes have been recovered
chort@hydra:~/code/hashcat-0.39$ ./hashcat-cli32.bin -o /dev/null -m 1800 examples/A0.M1800.hash examples/A0.M1800.word  
Initializing hashcat v0.39 by atom with 8 threads and 32mb segment-size...

NOTE: press enter for status-screen

Added hashes from file examples/A0.M1800.hash: 14 (14 salts)
Wordlist..: examples/A0.M1800.word
Index.....: 1/1 (segment), 14 (words), 133 (bytes)
Recovered.: 0/14 hashes, 0/14 salts
Speed/sec.: 77 plains, - words
Progress..: 14/14 (100.00%)
Running...: 00:00:00:02
Estimated.: --:--:--:--
Started: Tue Jan 31 07:58:56 2012
Stopped: Tue Jan 31 07:58:58 2012


Messages In This Thread
RE: -m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples) - by chort - 01-31-2012, 05:59 PM