HashPals/Search-That-Hash
Searches Hash APIs to crack your hash quickly If hash is not found, automatically pipes into HashCat
repo name | HashPals/Search-That-Hash |
repo link | https://github.com/HashPals/Search-That-Hash |
homepage | |
language | Python |
size (curr.) | 3687 kB |
stars (curr.) | 469 |
created | 2020-08-30 |
license | GNU General Public License v3.0 |
๐ค Overview
Tired of going to every website to crack your hash? Search-That-Hash automates this process in less than 2 seconds. Search-That-Hash searches the most popular hash cracking sites and automatically inputs your hash(s) for cracking
๐ Features
- โจ๏ธ Auto-Type Identification - No need to know the hash type, Search-That-Hash uses Name-That-Hash to get accurate results on the type of the hash.
- ๐ต Offline Mode - Not connected to the internet? No worries, Search-That-Hash will automatically run Hashcat for you.
- ๐จ Fast - We’re all busy people and that’s why we’ve dedicated time to make Search-That-Hash as fast as possible.
- ๐ฆพ JSON API - As well as JSON output for CLI we also offer an API.
- โฟ Accessible - We are 100% Accessible.
- ๐ซ Extensible - Adding sites to Search-That-Hash is as easy as printing “hello world” !
- ๐ Beautiful - The colours were hand-selected to be as gnarly and accessible as possible .
- โฎ๏ธ Ethical - We search hashes ethically and legally.
๐ด Offline Mode
Couldn’t find it in any API? ๐ข STH automatically pipes your input into Hashcat ๐ฅณ
Make sure to specify a wordlist if you want STH to use HashCat with -w /path/to/wordlist
. If you are on Windows you must specify the path to your HashCat binary with the arg -hashcat_binary /path/to/hashcat/exe
as shown above. ๐
๐จ Installation
Install Search-That-Hash as fast as you can read this README. No, seriously – it’s that easy ๐
pip3 install search-that-hash
or:
pip install search-that-hash
then:
sth
To run.
Note: We can’t guarantee all of the APIs provide perfect privacy due to being closed source. If you need to crack sensitive, personal information please use the offline mode or Hashcat directly.
๐ช Project Family
Like Search-That-Hash? We have 2 other projects you’ll love!
๐ฅ Demos
โจ Google Colab
We now have support for running STH on google colab for faster hashcat cracking, no need to worry about running hashcat on your machine anymore! Many thanks to Drago for making this :-)
https://github.com/vaishnavpardhi/colabsth/
๐ Documentation
Want to know how everything works?
Or maybe want to use the API!
Thats why we have documentation!
๐ Documentation | ๐ฆ My Twitter (@ me for questions) | ๐ณ Discord |
---|---|---|
Wiki | JaySec | Discord |
โ๏ธ Contributing
We would love any contributions to search-that-hash, thats why we’ve made it as simple and as easy as we can to contribute! Simply follow the docs on “Contributing” ๐
โค๏ธ Final thanks
Thank you so much to Bee who pretty much mentored me the whole way through this process and never failed to provide help and great resources for me to learn, carry on the great work! :)
Thank you also to Fawaz for the amazing website! ๐ง
……And to Jabba & Skeletal for helping out with some of the code ๐ป
Thank you to the TryHackMe community, they taught me so much in infosec and its a pleasure being part of it!
Lastly, this project was inspired by Hashbuster so thank you for the work!