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: Dictionnary handling
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

When you don"t specify a file as dictionnary but a directory, what kind of files are handled by ocl ? .txt and .dic ? Or whatever extension ?
(06-15-2012, 08:31 PM)Mem5 Wrote: [ -> ]Hi,

When you don"t specify a file as dictionnary but a directory, what kind of files are handled by ocl ? .txt and .dic ? Or whatever extension ?

Whatever.
OK.
What is the order ? alphabetically ?
most likely whatever order readdir() returns the files in.
According to my tests it's not alphanum sorted.