Skip to content

Starwarsfan2099/Python-Hash-Cracker

Repository files navigation

Python-Hash-Cracker

Python hash cracker built for learning purposes. 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.

Support

Hash-Cracker.py supports Python 2.7 and Hash-Cracker-3.py supports Python 3.

Enjoy

About

Python Hash Cracker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages