项目作者: d4rckh

项目描述 :
🚀 Fast hash dictionary attack
高级语言: Python
项目地址: git://github.com/d4rckh/shrack.git
创建时间: 2019-06-27T17:02:34Z
项目社区:https://github.com/d4rckh/shrack

开源协议:

下载


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

  1. $ 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