HashCat wrapper, encapsulating the use of CeWL, to efficiently crack passwords.
- Dictionary generation
- Dictionary attack
- Brute force 1-6 length passwords
- Quick mask attack
- Slow mask attack
- Slower mask attack
- Starts with bruteforce of 7 length passwords
- Desperate mask attack
git clone https://github.com/OkiokData/SmartHashCat.git
cd SmartHashCat
sudo sh setup.sh
- Complete attack:
SmartHashCat.py -n Example -u https://www.example.com -f hashes.txt
- Complete attack without CeWL:
SmartHashCat.py -n Example -f hashes.txt
- Start at Dictionnary attack phase and continue all the way to desperate mask attacks:
SmartHashCat.py -p 1 -f hashes.txt