8000 GitHub - d4rckh/shrack: 🚀 Fast hash dictionary attack
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

d4rckh/shrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHRACK

🚀 Fast hash dictionary attack

Shrack is a very fast python coded hash cracker. It can crack: md5, sha256, sha1, sha224 or sha384 types by giving a list. I hope, with the help of the community, we will make this project better

Requirements: python3

Example Usage

$ python3 shrack.py --type md5 --string 2dccd1ab3e03990aea77359831c85ca2 --wordlist wordlist.txt

Using the type argument we provide the hash type, it can be at the moment md5, sha256, sha1, sha224 or sha384

Using the string argument we provide the hash that we need to crack

Using the wordlist argument we provide the wordlist we will use to dictionary attack the hash that was provided in the string argument

Screenshot

Releases

No releases published

Packages

No packages published

Languages

0