Re: How to crack WPA on a cluster
Archangel-Amael ty for answering me
i read alot and i search alot after i give up from google i ask here
it depends and the secreen card and the prosessor
i was looking to found a batch or code or anything eles u know i cant open my laptop and start changing everything inside it
i use airolip-ng way but it take long time
i use crunch to make my own pass list its really big
i make the speed from 550 to 900 useing some code you add it for updating some program its make it more faster and ty for that
ill keep tryin never give up tell i became PRO in BackTrack
and ty i love this program
Re: How to crack WPA on a cluster
don't mean to dredge up an old post...
distcrack
poor mans aircrack distributor (same thing)
I'm currently writing a client-server application to do more than just WPA cracking - the idea is to be presented with a dashboard on the server where you can upload a variety of different files and they will be farmed out to the clients to be worked on.
Ideally for use with backtrack as a client, given it's got the bulk of the cracking tools already installed.
Re: How to crack WPA on a cluster
Hello, I'm sorry for necroposting like this but I'm out of ideas on this one.
When I try to run the second code snippet MikeCa posted (after creating and naming directories and files accordingly) I get this error:
Code:
[root@ico ~]# for file in `seq 1 2`; do (qrsh -now no "aircrack-ng -w ~/dict/wpa_seg/wpa_${file}.txt -q -b 00:26:5A:FE:E8:38 ~/dict/MORIA.cap > ~/dict/wpa_result/wpa_${file}.txt" &); done
[root@ico ~]# fopen(dictionary) failed: No such file or directory
fopen(dictionary) failed: No such file or directory
open failed: No such file or directory
fopen(dictionary) failed: No such file or directory
fopen(dictionary) failed: No such file or directory
open failed: No such file or directory
I don't really understand what might be the problem here =/
Any help or tips appreciated. Cheers