hashcat Forum
-m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples) - 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: -m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples) (/thread-872.html)



-m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples) - blimblam - 01-31-2012

Hi,

Modes 1700 SHA-512 and 1800 SHA-512(unix) do not work :

$ ./hashcat-cli32.bin -m 1800 examples/A0.M1800.hash examples/A0.M1800.word
Initializing hashcat v0.38 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.: 74 plains, - words
Progress..: 14/14 (100.00%)
Running...: 00:00:00:03
Estimated.: --:--:--:--
Started: Tue Jan 31 16:36:10 2012
Stopped: Tue Jan 31 16:36:13 2012







$ ./hashcat-cli32.bin -m 1700 examples/A0.M1700.hash examples/A0.M1700.word
Initializing hashcat v0.38 by atom with 8 threads and 32mb segment-size...

NOTE: press enter for status-screen

Added hashes from file examples/A0.M1700.hash: 10 (1 salts)
Wordlist..: examples/A0.M1700.word
Index.....: 1/1 (segment), 10 (words), 101 (bytes)
Recovered.: 0/10 hashes, 0/1 salts
Speed/sec.: - plains, - words
Progress..: 10/10 (100.00%)
Running...: --:--:--:--
Estimated.: --:--:--:--
Started: Tue Jan 31 16:36:18 2012
Stopped: Tue Jan 31 16:36:18 2012



RE: -m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples) - chort - 01-31-2012

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



RE: -m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples) - blimblam - 01-31-2012

my linux being 32 bits, I can't test/use hashcat-cli64.bin



RE: -m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples) - atom - 02-01-2012

can not reproduce this locally. maybe 32 bit only error?


RE: -m 1700 and -m 1800 do not work on hashcat 0.38 (even on examples) - chort - 02-01-2012

I was able to reproduce it running the 32bit binary on 64bit OS. The 64bit binary works fine.

Ubuntu 11.04.