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%.
Hashes: {MD2, MD4, MD5, SHA1, SHA224, SHA256, SHA512, SHA384}
Ciphers: {ROT13, ROT47, octal, vigenere}
Cryptographies: {base64, base32, base45, base58, base85}
git clone https://github.com/Jsmoreira02/Mr_Hash.git
cd Mr_Hash
make && make clean
pip3 install -r requirements.txt