MD5 hash cracker

It is a tool developed to brute force MD5 hash with provided password list.

I know, I know hashes are ir-reversible. Duh😪
tool converts provided wordlist's word in MD5 one by one and compare with provided hash value. If matched than hash is cracked and you get your password.
If not good luck with using another passwordlist.

Python, hashlib

Github link : https://github.com/shyam-chauhan/MD5_cracker