https://github.com/jsmoreira02/mr_hash
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!
https://github.com/jsmoreira02/mr_hash
ctf-challenges ctf-tools cybersecurity-tools decryption hacking-tool hash hash-cracking python3
Last synced: 16 days ago
JSON representation
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!
- Host: GitHub
- URL: https://github.com/jsmoreira02/mr_hash
- Owner: Jsmoreira02
- License: mit
- Created: 2023-11-17T19:24:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-22T08:50:01.000Z (7 months ago)
- Last Synced: 2025-03-24T16:54:15.877Z (about 1 month ago)
- Topics: ctf-challenges, ctf-tools, cybersecurity-tools, decryption, hacking-tool, hash, hash-cracking, python3
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
![]()
![]()
# Mr. Hash (Hash Cracking and Decryption tool)
 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}`
***

***
## Instalation:````bash
git clone https://github.com/Jsmoreira02/Mr_Hash.git
cd Mr_Hash
make && make clean
````## Requirements:
`````bash
pip3 install -r requirements.txt
``````