DIfficulties running mass attack - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: DIfficulties running mass attack (/thread-2773.html) |
DIfficulties running mass attack - alpaka - 11-02-2013 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. RE: DIfficulties running mass attack - radix - 11-02-2013 (11-02-2013, 08:08 PM)alpaka Wrote: Hi, I've tried to run mass attack like this 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. RE: DIfficulties running mass attack - philsmd - 11-03-2013 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 RE: DIfficulties running mass attack - alpaka - 11-04-2013 Thanks 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) RE: DIfficulties running mass attack - mastercracker - 11-04-2013 (11-04-2013, 01:14 PM)alpaka Wrote: Thanks Which one is faster? cudaHashcat-plus64.exe or oclHashcat-plus64.exeThe 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. |