hashcat Forum

Full Version: Wordlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have a script that is generating random passwords to a text file.
the script is creating a file of 100 MBĀ  and when the size is reached it rotates the file to name.txt.1

Is there an option in hashcat that it keeps refreshing re reading the text file and loads the lines in memory so that it keeps running until it finds the password?

I can't use the brute force option the passwords can be over 12 chars.

Thanks in advance
you can use --induction-dir to set a directory where hashcat will look for new plains (aka txt.files) to test after current working dictionary is exhausted, you can combine this with --loopback