Skip to content

HashCat wrapper, encapsulating the use of CeWL, to efficiently crack passwords.

License

Notifications You must be signed in to change notification settings

tristandostaler/SmartHashCat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmartHashCat

HashCat wrapper, encapsulating the use of CeWL, to efficiently crack passwords.

Flow

  1. Dictionary generation
  2. Dictionary attack
  3. Brute force 1-6 length passwords
  4. Quick mask attack
  5. Slow mask attack
  6. Slower mask attack
    • Starts with bruteforce of 7 length passwords
  7. Desperate mask attack

Installation

git clone https://github.com/OkiokData/SmartHashCat.git
cd SmartHashCat
sudo sh setup.sh

Examples

  • 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

About

HashCat wrapper, encapsulating the use of CeWL, to efficiently crack passwords.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 96.2%
  • Shell 3.8%