Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 9 hours 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!

Awesome Lists containing this project

README

        








# Mr. Hash (Hash Cracking and Decryption tool)
![Captura de tela 2023-11-17 165747](https://github.com/Jsmoreira02/Mr_Hash/assets/103542430/1214328b-7f50-4fd1-8879-7e219b3e5b8e) 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)](https://github.com/Jsmoreira02/Mr_Hash/assets/103542430/0567de81-e498-47a3-9d87-264e654bb848)

***
## Instalation:

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

## Requirements:

`````bash
pip3 install -r requirements.txt
``````