Sunday, 11 November 2012

Asus ARES GPU BT5 running opencl

after a bit of a hit and miss trying to get pyrit to run using the opencl driver unfortunately i couldnt get pyrit to see the opencl kep erroring and when I run list_cores would only show the cores of my cpu...

After about 5 hours I gave up.....

I double checked all my steps and my system does have the opencl running

I am now trying another program recommended by Tape
so all creds to him...Tape hashcat

this worked for me 
./oclHashcat-plus64.bin (this is the program)
-m 2500 (hashtype 2500 WPA/WPA2)
-a 3 (attack mode 3 is bruteforce)
-1 1234567890abcdef (This is a mask that can be used)
/pentest/passwords/oclhashcat+/mynetwork.hccap (this is my capture file)
 ?1?1?1?1?1?1?1?1?1?1(This is the mask i created with -1this can also be ?d for numbers or ?l for lowcase)


./oclHashcat-plus64.bin -m 2500 -a 3 -1 1234567890abcdef /pentest/passwords/oclhashcat+/mynetwork.hccap ?1?1?1?1?1?1?1?1?1?1

The advantage of running something like thisis you dont have to generate huge password files. as i did with crunch.




No comments:

Post a Comment