Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

hashcat Forum

Full Version: Using Wordlist question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
When I am using a worlist, if I tell it to check through a folder called 'wordlist', will it run through each file within the folder?  Or is there something that it needs to do in order to iterate through each file?
yeah, just specify the folder and it will run through each and every dict, also see https://hashcat.net/wiki/frequently_aske...ctionaries

even the usage info should tell you that this works:
Code:
Usage: oclHashcat [options]... hash|hashfile|hccapfile [dictionary|mask|directory]...

The only "problem" as mentioned also on that very same FAQ section is that whenever the dictionaries within the folder have the same words, work will need to be redone. so sometimes (or most of the times?!) it makes sense to have a well-prepared, sorted and uniqued wordlist.