Wordlist
#1
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
Reply
#2
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
Reply