Skip to content

zyuzuguldu/Python-Hash-Cracker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-Hash-Cracker

Fast Python Hash Cracker! This script can try 600,000 words a second on my base laptop. It supportes several hash formats with options like a numbers bruteforce and verbose mode.

Alt text

Command line is fairly straight forword, here are the options:

-h [hash]

-t [type]

-w [wordlist]

-n [numbers bruteforce, used in place of -w]

-v [verbose, slows down cracking time though :( ]

-i [help and info]

Examples:

Hashcrack help:

./Hash-Cracker.py -i

Hashcrack with a wordlist and verbose mode:

./Hash-Cracker.py -h 7406e17d2e30b05b7220a800fad53a22 -t md5 -w Wordlist.txt -v

Numbers bruteforce fast:

./Hash-Cracker.py -h 7406e17d2e30b05b7220a800fad53a22 -t md5 -n

Platforms

The command line tool has been tested on and works with iOS, Windows[7/8/10], Unix, and OS X.

Enjoy

About

Extremely Fast Python Hash Cracker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%