Skip to content

peixetlift/GUI-HashCracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage for console version

Decrypt mode (-m decrypt) :

-f : specify the hash that has to be cracked (in .txt format)
-w : specify the wordlist (dictionary) to brute-force
-a : Specify the hashing algorithm (Supports md5,sha1,sha256 and NLTM)

python3 console-cracker.py -m decrypt -f <hashfile> -w <wordlist> -a <hashing algorithm>

Encrypt mode (-m encrypt) :

-a : Specify the hashing algorithm (Supports md5,sha1,sha256 and NLTM)
-p : Specify the word/password that you want to encrypt

python3 console-cracker.py -m encrypt -p <word> -a <hashing algorithm>

Usage for GUI version

python3 gui-cracker.py

Decrypt mode :

1st - Specify hashing algorithm
2nd - Specify hash to be cracked
3rd - Select a wordlist
4th - Decrypt (Click the button)

Encrypt mode :

1st - Specify hashing algorithm
2nd - Specify word to encrypt
3rd - Encrypt (Click the button)


Requirements

  • tkinter module : run sudo apt-get install python3-tk

About

Python hash cracker with GUI version

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages