Mahakal is a lightening fast CPU friendly Hash Cracker
sha256sum --> c9d01aa76f8fd7cdfafdcc87f863c14a5e826ae5d7840c872aae376876d3250d
$ git clone https://github.com/SxNade/Mahakal
$ cd Mahakal/
$ chmod +x install.sh
$ ./instal.sh
To run Mahakal Simply Execute the Following Command....with respective values....
$ python3 mahakal.py <hash-value> <hash-type> <path-to-password-file>
SPECIFY DIFFERENT TYPES OF HASHES USING FOLLOWING KEYWORDS
md5,sha1,sha256,sha512
Directly run the mahakal.exe from the command prompt
Use Python3 to run the Program
Supported Hash Types with Mahakal
MD5
SHA-1
SHA-256
SHA-512
IF YOU DON'T KNOW THE TYPE OF HASH YOU WANT TO CRACK YOU CAN USE A TOOL hashid TO FIND THE TYPE OF YOUR HASH
hashid <hash-value>
To make Mahakal Even Better Contribute to it Or use and Report Any Bugs or fixes Required..
COMPLIED EXECUTABLE FOR WINDOWS IS ALSO AVAILABLE TO USE DIRECTLY FROM THE COMMAND PROMPT IN THE SAME FORMAT OF OPTIONS
git clone https://github.com/SxNade/Mahakal