Wordlist - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Wordlist (/thread-10165.html) |
Wordlist - jvlavl - 06-15-2021 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 RE: Wordlist - Snoopy - 06-17-2021 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 |