Skip to content

This is a tool designed for decryption, hash cracking and various other utilities to optimize your hacking or privilege escalation. It contains the most common types of ciphers/hashes used in pentest situations and CTF games. Good hacking!

License

Jsmoreira02/Mr_Hash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mr. Hash (Hash Cracking and Decryption tool)

Captura de tela 2023-11-17 165747 Simulates a terminal with various utilities for better optimization during hacking activities or CTFs games, and is designed to crack hashes and decrypt ciphers texts (with or without a password).

  • Reverse: Reverse a hash or cipher text
  • Uppercase: Convert to uppercase
  • Lowercase: Convert to lowercase
  • Variable: Stores hashes and long ciphertext (and much more) in a key for easier reference and use during program execution
  • Results: All cracked hashes and ciphers decrypted during program execution are saved..
  • Savetofile: Save every cracked ou decrypted value to a file
  • Identify: Analyzes, identifies and returns the type of hash, encryption or ciphertext. It's designed to be as effective as possible, but it's not 100%.

New functions will be constantly added to the project.

Hashes | Ciphers

Hashes: {MD2, MD4, MD5, SHA1, SHA224, SHA256, SHA512, SHA384}

Ciphers: {ROT13, ROT47, octal, vigenere}

Cryptographies: {base64, base32, base45, base58, base85}


ezgif com-video-to-gif(1)


Instalation:

git clone https://github.com/Jsmoreira02/Mr_Hash.git
cd Mr_Hash
make && make clean

Requirements:

pip3 install -r requirements.txt

About

This is a tool designed for decryption, hash cracking and various other utilities to optimize your hacking or privilege escalation. It contains the most common types of ciphers/hashes used in pentest situations and CTF games. Good hacking!

Topics

Resources

License

Stars

Watchers

Forks