many dictonaries - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: many dictonaries (/thread-3880.html) |
many dictonaries - c506178 - 12-06-2014 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. RE: many dictonaries - coolbry95 - 12-07-2014 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. RE: many dictonaries - c506178 - 12-07-2014 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? RE: many dictonaries - c506178 - 12-12-2014 so... what? RE: many dictonaries - coolbry95 - 12-12-2014 oclhashcat -m 2500 wpa.hccap ./wordlists/ RE: many dictonaries - c506178 - 12-13-2014 big thanks! |