Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/jsmoreira02/mr_hash
- Owner: Jsmoreira02
- License: mit
- Created: 2023-11-17T19:24:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-14T23:01:12.000Z (6 months ago)
- Last Synced: 2024-05-15T18:11:48.692Z (6 months ago)
- Topics: ctf-challenges, ctf-tools, cybersecurity-tools, decryption, hacking-tool, hash, hash-cracking, python3
- Language: Python
- Homepage:
- Size: 45.9 KB
- Stars: 0
- 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)
![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
``````