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