TVT618

[Linux] Hash Buster - A Hash cracking tool

Feb 20th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. [Linux]
  2. Hash Buster - A hash cracking tool
  3.  
  4. Hash-Buster: Hash Buster is a python script which uses several online hash crackers to find cleartext of a hash in less than 5 seconds.
  5.  
  6. Features of Hash Buster:
  7. * Detects hash
  8. * MD5 Support
  9. * SHA1 Support
  10. * SHA2 Support
  11. * Adding more APIs for SHA1 and SHA2
  12.  
  13. Installing and Using Hash-Buster
  14. git clone https://github.com/UltimateHackers/Hash-Buster (To install Hash-Buster)
  15. cd Hash-Buster
  16. python hash.py (To run Hash-Buster)
  17.  
  18. Now you can enter any non-salted MD5/SHA1/SHA2 hash to crack it.
  19.  
  20. You can also import hashes from a text file as follows
  21.  
  22. Contribute
  23. 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.
  24.  
  25. Download Hash-Buster: https://github.com/UltimateHackers/Hash-Buster
Add Comment
Please, Sign In to add comment