GithubHelp home page GithubHelp logo

msverse / md5-crack Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 18 KB

MD5 Crack is a tool that aims to crack an MD5 type hash by trying various combinations to find the appropriate keywords.

Home Page: https://www.msverse.site/

License: MIT License

Shell 18.57% Python 81.43%
md5 md5-crack md5-cracker md5-hash md5crak md5hashing

md5-crack's Introduction

MD5-Crack

MD5 Crack is a tool that aims to crack an MD5 type hash by trying various combinations to find the appropriate keywords.

License: MIT Version: 1 Language: BASH Language: Python Open Source

Preview


~/MD5-Crack $ ./run.sh
 _____ ____  ___    _____             _
|     |    \|  _|  |     |___ ___ ___| |_
| | | |  |  |_  |  |   --|  _| .'|  _| '_|
|_|_|_|____/|___|  |_____|_| |__,|___|_,_|
      Author: msverse
      Homepage: https://www.msverse.site
Input hash MD5 ~# 7f138a09169b250e9dcb378140907378
Start Cracking...
Keyword Results ~# MD5
Time required ~# 1.02 Second

MD5 Crack installation


- apt update && apt upgrade -y
- pkg install git -y
- pkg install python -y
- git clone https://github.com/MSVerse/MD5-Crack
- cd MD5-Crack
- chmod +x crack.py
- ./run.sh

How to set the program tools


You can adjust the characters used to try keyword combinations according to your needs.

  • Set of lowercase letters and numbers
all_chars = string.ascii_lowercase + string.digits
  • Set of uppercase letters, lowercase letters and numbers
all_chars = string.ascii_letters + string.digits
  • Set of uppercase letters, lowercase letters, numbers and special characters
all_chars = string.ascii_letters + string.digits + "!@#$%^&*()-_=+[]{};:'\"<>,.?/\\|"
  • Set Maximum Length
max_length = 100 # Customize

Announcement


The longer the keyword, the more time it takes to solve it. You can adjust the maximum length and character for maximum results.

Please make sure your hash is md5 type and if you are not sure run the check.sh script. because the tool will still run even if you enter another type of hash.

Support Me

msverse Help me by visiting my blog.

md5-crack's People

Contributors

msverse avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.