hashcat Forum

Full Version: DIfficulties running mass attack
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I've tried to run mass attack like this

oclHashcat-plus64.exe -1 ABCD1234uyt dobry.hccap -o outp
ut.txt --increment ?1?1?1?1?1?1?1?1

WARNING: Hash 'dobry.hccap': Line-length exception
ERROR: No hashes loaded


but received error above.
I read Wiki and a couple of topics here so I don't know what am I doing wrong. Hccap was prepared by aircrack -J, I also tried converter on your site but got the same error.
Any help would be appreciated.
(11-02-2013, 08:08 PM)alpaka Wrote: [ -> ]Hi, I've tried to run mass attack like this

oclHashcat-plus64.exe -1 ABCD1234uyt dobry.hccap -o outp
ut.txt --increment ?1?1?1?1?1?1?1?1

WARNING: Hash 'dobry.hccap': Line-length exception
ERROR: No hashes loaded


but received error above.
I read Wiki and a couple of topics here so I don't know what am I doing wrong. Hccap was prepared by aircrack -J, I also tried converter on your site but got the same error.
Any help would be appreciated.

Code:
oclHashcat-plus64.exe -o output.txt dobry.hccap -a 3 -1 ABCD1234uyt ?1?1?1?1?1?1?1?1

This stuff is on the wiki.
you need to add: -m 2500 (see http://hashcat.net/wiki/doku.php?id=example_hashes ), otherwise hashcat does not know what type of hash you want to crack

Code:
oclHashcat-plus64.exe -m 2500 -a 3 -1 ABCD1234uyt -o output.txt --increment dobry.hccap ?1?1?1?1?1?1?1?1
Thanks Smile Two more questions:
1. --increment cause it to try ?1?1 password then ?1?1?1 password.... to ?1?1?1?1?1?1?1?1 etc? Does it make sense since WPA has to be at least 8 characters long?
2. Which one is faster? cudaHashcat-plus64.exe or oclHashcat-plus64.exe
(I've got Geforce 540m)
(11-04-2013, 01:14 PM)alpaka Wrote: [ -> ]Thanks Smile Which one is faster? cudaHashcat-plus64.exe or oclHashcat-plus64.exe
(I've got Geforce 540m)
The speed difference, if any, is irrelevant. If you have an NVidia graphic card, you use cudahashcat-plu64.exe and if your card is AMD/ATI, you use oclhashcat-plus64.exe.