Hash-Buster: An Online Hash Cracking tool written in Python 3

Installing and Using Hash-Buster
   git clone https://github.com/UltimateHackers/Hash-Buster (Install Hash-Buster)
   cd Hash-Buster
   python3 hash.py (To run Hash-Buster)

   Now you can also import hashes from a text file as follows
   You can also enter any non-salted MD5/SHA1/SHA2 hash to crack it.

About Hash-Buster: Hash Buster is a python script which uses several online hash cracker WEBSITE to find cleartext of a hash in less than 5 seconds.

Features of Hash-Buster:
 * Detects hash
 * MD5 Support
 * SHA1 Support
 * SHA2 Support
 * Adding more APIs for SHA1 and SHA2
 * Support for more hashes will be added on request (Will have)

Contribute
   There isn't much to contribute but you can add support for more hashes and can add more APIs for SHA-1 and SHA-2.