Skip to content

relarizky/crush

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crush (Crack Your Hash)

Build Status Code Size Repo Size Language Github Star Github Fork

help brute force dictionary attack

Crush is a simple python script for cracking hash

Supported hash

Hash Status
MD5
SHA1
SHA256
SHA512

Instalation

$ git clone https://github.com/relarizky/crush.git
$ cd crush
$ python3 crush.py

Usage

$ python3 crush.py
  _____                _
 / ____|              | |
| |     _ __ _   _ ___| |__
| |    | '__| | | / __| '_ \
| |____| |  | |_| \__ \ | | |
 \_____|_|   \__,_|___/_| |_|
            [Crack Your Hash]

usage: crush.py -s <hash> [-d | -b] [-w <file> | -l <length number>]

Simple Tool For Hash Cracking

optional arguments:
  -h, --help            show this help message and exit
  -s STRING, --string STRING
                        hash string you'd like to crack
  -b, --brute-attack    perform brute-force attack
  -d, --dict-attack     perform dictionary attack
  -l LENGTH, --length LENGTH
                        max length of string for brute-forcing (default=3)
  -w WORDLIST, --wordlist WORDLIST
                        wordlist file for dictionary attack

Happy Cracking:)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%