Skip to content

Hash cracker in python with different built-in utilities

Notifications You must be signed in to change notification settings

Moluma/crackipy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crackipy cracks hashes using different methods and saves them into a file for you. Only works with ascii at the moment!

Installation

sudo pip3 install -r requeriments.txt

It needs some parameters such as:

  • Hash-type (md5, sha1, sha256, sha384, sha512, sha3_512, sha3_256, sha3_224)
  • Mode (bruteforce, wordlist)
  • Hash file (1 hash per line)
  • Wordlist path (if using wordlist mode)

The resultant file (cracked hashes) will be named hashes.cracked and will be formatted like this hash:password

Usage: python3 crackipy.py

About

Hash cracker in python with different built-in utilities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages