Dictionary Attack batch - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: Dictionary Attack batch (/thread-3935.html) |
Dictionary Attack batch - k3yw0rm - 12-30-2014 Hello everyone i got tired of entering over and over manually options and other for hashcat Dictionary attack, so i've made simple bat script and wanted to share it with you: Code: @echo off Save it as .bat Run .bat and enter id of encryption or leave blank for plain Md5(0) After that it will ask you for your hash file name enter only file name so example my hash file is "hashes.txt" i will enter only "hashes" Next it will ask you for your Dictionaries location. And last it will ask you for found passwords location, you can leave it blank and it will save it as your hashfile_found.txt Have fun. |