
Originally Posted by
shamanvirtuel
there's no solution built in aircrack for that .
you can spawn a session for each wordlist, but it's useless as the speed of cracking is dividing by the number of session ....
you can also try to set up a script that will do the following
list all wordlist that are in directory
create a airolib-ng db with a single essid (your target)
set up a loop that in each iteration will do that
take a wordlist, import it in airolib-ng db
compute it
try to crack
if cracked => stop
else continue to do the loop untill all wordlists are tested
this prevent you to do a long computation ...
this is only a hint ... good luck