autocrack is a python script is a Hashcat (https://github.com/hashcat/hashcat) wrapper to help automate the cracking process. The script includes multiple functions to select a set of wordlists and rules, as well as the ability to run a bruteforce attack, with custom masks, before the wordlist/rule attacks.
Autocrack uses Python 3, which is usually installed already in various Linux distributions.
Dependencies:
+ Python 3.x.x
+ hashcat https://github.com/hashcat/hashcat
To Do:
– Add function to one-step AD domain hash dumps (lm -> nt)
– Add custom character sets
– Include mask attacks
– Track which wordlists / rules / masks crack a password
– Implement Markov chaining
Use and Download:
git clone https://github.com/timbo05sec/autocrack && cd autocrack ./autocrack.py -h
Source: https://github.com/timbo05sec