![]() |
How To Use New Oclhashcat? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: How To Use New Oclhashcat? (/thread-3099.html) Pages:
1
2
|
How To Use New Oclhashcat? - Roham Soroush - 01-31-2014 Maybe tell me, all the documents i need about Oclhashcat is in the internet. But it's my first time want to crack handshake. And i think this is the best place to ask. Ok, 3 weeks ago I captured WPA2 handshake. I've searched the Internet. And Best software proposed was oclhashcat. My hardware are as follows: CPU: i7 RAM:6 GB GraphicL Nvidia 740m Operating systems and software that I had installed: OS: Ubuntu 13.10 64bit Code: root@Support-Pc:~# ls /usr/lib/ | grep -i nvidia Code: root@Support-Pc:~# nvcc --version and i download last version of oclHashcat-1.01 and hashcat-0.47.7z. What else do I do? How can I use the oclHashcat-1.01 for Brute-force attack? RE: How To Use New Oclhashcat? - coolbry95 - 01-31-2014 (01-31-2014, 04:32 AM)Roham Soroush Wrote: Maybe tell me, all the documents i need about Oclhashcat is in the internet. But it's my first time want to crack handshake. Look here. http://hashcat.net/wiki/ All your answers are there. RE: How To Use New Oclhashcat? - Roham Soroush - 01-31-2014 I mentioned searched and googled befor I'd decide post here. The instruction pointed to the wiki and forum This my first time, I do not know, I want to know just run the correct commands? That's why I'm asking here. For example,Why not working, where I got wrong? Code: root@Support-Pc:~/Downloads/oclHashcat-1.01# ./cudaHashcat64.bin --hash-type 2500 --attack-mode 3 --custom-charset1 ?l?u?d /root/capture.hccap ?1?1?1?1?1?1?1?1 Thanks RE: How To Use New Oclhashcat? - coolbry95 - 01-31-2014 That looks like a driver problem. Try uninstalling and re-installing the drivers and make sure the are the latest. Probably overkill but i would uninstall and reboot if it doesn't make you. Then install the new driver and reboot. Make sure you get the latest driver from nvidia website. nvidia driver RE: How To Use New Oclhashcat? - Roham Soroush - 01-31-2014 are you sure about it? RE: How To Use New Oclhashcat? - Roham Soroush - 01-31-2014 I've just tried it on Windows. result was: Code: C:\Users\CodeName\Desktop\Wireless\Hashcat 1.01\oclHashcat-1.01>cudahashcat64.ex or Code: Enter YES in uppercase if you accept this EULA: YES RE: How To Use New Oclhashcat? - Mem5 - 01-31-2014 - If you want to bruteforce, you must specify it with "-a 3" - If you want to use wordlist, oclhashcat is waiting for a dictionnary file, that's why you have "?d?d?d?d?d?d?d?d: No such file or directory" (01-31-2014, 06:38 AM)Roham Soroush Wrote: I mentioned searched and googled beforThis is written in the wiki.. http://hashcat.net/wiki/doku.php?id=cracking_wpawpa2 Quote:oclHashcat-plus64.exe -m 2500 capture.hccap rockyou.txt RE: How To Use New Oclhashcat? - Roham Soroush - 02-01-2014 (01-31-2014, 10:02 PM)Mem5 Wrote: - If you want to bruteforce, you must specify it with "-a 3" Yes, I just want to use this method (Brute-Force). and I tried your recipe: Code: C:\Users\CodeName\Desktop\Wireless\Hash\oclHashcat-1.01\oclHashcat-1.01>cudaoclh And other things: Why oclhhashcat gui does not work for me? ![]() RE: How To Use New Oclhashcat? - Varity - 02-01-2014 U forgot to link to the binary. Look below I'm a hashkiller. RE: How To Use New Oclhashcat? - mastercracker - 02-01-2014 You keep making a different mistake in every command line. First, you needed a space between -a and 3. Second, it's cudahashcat64 and not cudaoclhashcat64. Try the following: Code: cudaHashcat64.exe -m 2500 -a 3 "C:\Users\CodeName\Desktop\Wireless\capture.hccap" ?d?d?d?d?d?d?d?d |