many dictonaries
#1
Tell me, how do I connect hashcat in many dictionaries to attack on WPA hash in my folder are many files .dic and .txt extensions, as I do not use all of them without association one file?

And the second question, whether through hashcat limit the generation of hash for the password that is less than 8 characters (for the WPA hash is not necessary)

Thanks.
#2
You can just specify the the directory with all of the .dic and .txt. The file extensions do not matter.

If the word is less than 8 characters it will just be rejected.
#3
Tell me what parameters to run the program to start the brute force dictionaries of this directory.

And when brute force WPA I understand less than 8 characters are automatically skipped and it does not need to specify any parameters?
#4
so... what?
#5
oclhashcat -m 2500 wpa.hccap ./wordlists/
#6
big thanks!