![]() |
fast way crack - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: fast way crack (/thread-3449.html) |
fast way crack - titan - 06-03-2014 hai admin & members i need a help. i try to crack my router cap file. wpa/wpa2 ( 0-9 ) 10 digest characters password i have HD 7970 but my computer out put say 1 day time. i want to know. mor any fast way to crack command??? please RE: fast way crack - undeath - 06-03-2014 1d sound reasonable. Honestly, there are more important things you need help with than hashcat. RE: fast way crack - subscriber - 06-05-2014 Cracking hccap usually takes more time than md5-hash I use this: (posted by radix) oclHashcat64.exe --gpu-accel=32 --gpu-loops=32 --gpu-temp-abort=90 -m 2500 -a 3 ?d?d?d?d?d?d?d?d?d test.hccap --pw-min 8 --increment RE: fast way crack - vrposter - 06-05-2014 titan, just do the math - homework Performance table for 7970 https://hashcat.net/oclhashcat/ WPA/WPA2: 130k c/s 10 digit = 10^10 = 10000000000 10000000000 / 130000 = 76923 sec 76923 sec = 21 h 36 min RE: fast way crack - titan - 06-05-2014 thanks a lot replay i am doing like command now i understand oclHashcat-plus64.exe -a 3 -m 2500 -1 0123456789 test.hccap ?1?1?1?1?1?1?1?1?1?1 RE: fast way crack - titan - 06-05-2014 i think command something wrong unknown option --pw-min RE: fast way crack - vrposter - 06-05-2014 If you're sure the password is 10 digits, just ./oclHashcat64.bin -m 2500 -a3 test.hccap ?d?d?d?d?d?d?d?d?d?d on Linux ./oclHashcat64.exe -m 2500 -a3 test.hccap ?d?d?d?d?d?d?d?d?d?d on Windows |