Autocat is an intelligent wrapper for Hashcat that automates password cracking using optimized attack sequences for french🇫🇷 passwords. It automatically manages wordlists, rules, attack methods and potfile used as a wordlist.
The password cracking method sequence for french passwords was obtained using the following code : autocat-training
- Clone the repository:
git clone https://github.com/k4amos/Autocat
cd Autocat
- Make the script executable:
chmod +x autocat.sh
Autocat uses the same syntax as Hashcat. The attack mode (-a
option) is handled automatically based on the cracking sequence.
./autocat.sh -m [hash_type] [hash_file]
Crack NTLM hashes:
./autocat.sh -m 1000 hashes.txt
Autocat supports all hash types that Hashcat supports.
The configuration file defines paths to resources
You can modify these paths to point to existing wordlist collections on your system.
This file defines the attack sequence for french🇫🇷 password. Each line specifies an attack type.
This tool is provided for educational and authorized security testing purposes only. Users are responsible for complying with all applicable laws and regulations. The authors assume no liability for misuse or damage caused by this tool.