This guide will detail how to use Hashcat-plus to crack WPA/WPA2 captured handshakes in Windows 7 with a dictionary file. _____________________________________________________________________________________________ Step 1:Download the latest version http://hashcat.net/oclhashcat-plus/ Step 2: Unzip the archive Step 3:make sure all your .cap files are converted to .hccap Converter: https://hashcat.net/cap2hccap/ Step 3a: Place the converted .hccap files from Step 3 into the oclHashcat-plus Directory in Step 2. Step 4: make sure your Nvidia drivers are the latest: http://www.nvidia.com/Download/index.aspx?lang=en-us or if you use AMD GPU http://support.amd.com/us/gpudownload/Pages/index.aspx Step 5:Start Command Prompt Start > Run... > cmd.exe (alternative: Windows key + r > cmd.exe) Step 5a: Change the Command Prompt directory, to the directory where you Unzipped the oclHashcat-plus archive to in Step 2. Step 6: Enter command for WPA/WPA2 Depending on your OS architecture and GPU installed. cudaHashcat-plus64.exe -m 2500 [.hccap] [Dictionary file] cudaHashcat-plus32.exe -m 2500 [.hccap] [Dictionary file] or OclHashcat-plus64.exe -m 2500 [.hccap] [Dictionary file] Oclcat-plus32.exe -m 2500 [.hccap] [Dictionary file] (Cuda = Nvidia GPU Ocl = AMD GPU ) _____________________________________________________________________________________________ Bon appétit, Aby$m.
turned out nice man you can do it manually wpaclean <out.cap> <in.cap> aircrack-ng <in.cap> -J <out.hccap> in-case you dont want to upload it
ImJoJo I've never tested it with an Intel VGA, but you might be lucky and the Intel VGA may have a Nvidia or AMD GPU chip, you'll have to check the specifications on your particular Intel VGA. Cheers, Aby$m.
man there has to be faster way to hash i still have not done hash cat i have been doing the wpa_db way you showed me and it took 3 days just to open my dic file XD another 2 to to vacuum it and i am on day 4 of hashing its a 39 gig dic file tho i have another 27 gig one to ... here is another question can you just add to it? like just essid's and have it work? because i cant spend all my time hashing but id like to offer some kind of pen testing service and password recovery just asking aby$m this walkthough helped me more than you know ^..^
@VB The problem with WPA/WPA2 Hashes is that in-order to crack them you need a Salt of the ESSID along with a passphrase, which in combination creates the Hash that is used as a starting point for the authentication process between the Client and the AP. In a nutshell the more ESSIDs you add the longer the process will take as it must create a separate Hash per ESSID per passphrase. Cheers, Aby$m.
is there a faster way to do it ? you can pm me if you want also can you just add more essid with no password and have the db still work ?
Run oclHashcat-plus-0.09 on my Lenovo with Nvidia GeForce GT630 with error ERROR: cuStreamSynchronize <> 999 Any workaround on this issue? My Nvidia driver are the latest 310.70. Did the patches from here https://hashcat.net/wiki/doku.php?id=timeout_patch but still facing same error.
estimacamry I've never encountered this error before. It would be best, first to delete the oclHashcat-plus-0.09 directory and archive then Download and extract again without the patch. Test without the patch, then with patch. If however the same outcome presents itself, it would be best to seek council at the official Hashcat forum. ______________________________________________________________________________________________________________________ Cheers, Aby$m.
Aby$m Guess I would skip 0.09 version for now. Currently running 0.08 version without error. Speed 3446 c/s Real, 3448 c/s GPU. Thanks for your reply. Hopefully I can find a way to increase the speed I manage to increase the speed to 4995 c/s Real, 5003 c/s GPU with the -n option Code: Select All cudaHashcat-plus32.exe -m 2500 -n 80 <.hccap> <path-to-dictionary> Another pentest with Mask Attack Found another interesting tool Hashcat's Maskprocessor. Something similar to crunch but this wordlist generator has the extra increment options. As oclHashcat-plus meant for WPA/WPA2 the minimum would be 8d and max 15d. To get this, apt-get install maskprocessor. It can be found here after install \pentest\passwords\maskprocessor. I extracted the mp32.exe to my oclHashcat-plus folder in Window. Run another pentest with "INPUT.MODE..: PIPE" When comes to speed cracking, nothing beats oclHashcat-plus at this moment (based on my own pentest)
hi, when i write the command and press enter this is what appears "Yes" is not recognized to accept terms and conditions, how do i fix this?thanks in advance
Aby$m Fantastic Latest oclHashcat-plus v0.13 here http://hashcat.net/oclhashcat-plus/ but too bad it has a bug and does not work with Nvidia GeForce GT6XX series.
and i get: then i type YES in uppercase and it tells me "YES" is not identified as an external or internal command operable program or batch file Have i typed "YES" correctly or something missing?(in the first pic i wrote handshakename.cap and not .hccap but still got the same error
@Fantastic Have you attempted to run the the programs separately, rather then trying to pipe one into the other?
No i put them together in the same command and yes piping them into another (now gonna try it separately) but i don't think the problem is with the command but i think it is that i can't agree to the terms and conditions since "YES" isn't being recognized
Fantastic Lets run this one more time 1. Download oclHashcat-plus-0.13 2. Run Backtrack live, open up a terminal and "apt-get install maskprocessor". It can be found here after install \pentest\passwords\maskprocessor. I extracted the mp32.exe to my oclHashcat-plus folder in Window.(For pipe method with increment you need mp32.exe) 3. Open up a new terminal and convert your cap file to .hccap with the -J option. Place this .hccap to your oclHashcat folder in Window. 4. In Window, open up command promt and cd to your oclHashcat-plus. 5. Key in the pipe mode command and push enter.
OH so this is a combination of backtrack and windows to work? --- Double Post Merged, 9 Mar 2013 --- It is not working (i'm stuck at the 'yes' option, seems it is a special but weird case) guys sorry i interrupted you and thanks for all your help
Not necessary, you can run oclHashcat by default in Window. You can also convert your cap file to .hccap online but the .hccap file must be place in your oclHashcat-plus folder. Just run a dictionary attack against your .hccap file but make sure point it to the correct path of your dictionary. Read these, http://adaywithtape.blogspot.com/2012/02/wpa-cracking-with-oclhashcat-plus.html http://adaywithtape.blogspot.com/2012/02/hashcats-maskprocessor.html --- Double Post Merged, 9 Mar 2013, Original Post Date: 9 Mar 2013 --- How can I missed it Fantastic key in the word "YES" at the red circle then push enter not enter then "YES" at the yellow circle
Thank you estimacamry and Aby$m for the help.my problem was that amd catalyst was missed from my computer since i couldn't even install a game on my pc but now everything's back to normal and very nice tutorial