![]() |
|
Tutorial Crack password from a hash in seconds - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Tutorial Crack password from a hash in seconds (/Thread-Tutorial-Crack-password-from-a-hash-in-seconds) |
Crack password from a hash in seconds - Troubilshow - 08-24-2022 If for educational purposes or if you are a computer security professional, you need to break a hash, you are reading the right thread. Indeed, when you need to determine the password behind a hash, you can brute-force it with local tools like hashcat but also go a little faster by consulting databases of already constituted passwords But it takes a long time to go through all these databases. Fortunately, with the help of the free tool Search That Hash, you can automate this process and get the result in a few seconds. And if you are offline, Search The Hash is also able to run hashcat to try to determine the password. Here is the github link here is a imgur gif to show you how to proceed In terms of options you can give it a hash only, or a file containing several hashes. This one will determine the type of hash and you can if you want output the result in JSON format. To install STH, enter the following command: pip install search-that-hash Then launch the tool with the command : sth However, keep in mind that the hashes you enter in this tool will be sent to third party services, so potentially your password in clear text and its associated hash will then feed these databases. I hope you'll enjoy it RE: Crack password from a hash in seconds - samrib - 09-02-2022 I saved your github repo, many thanks RE: Crack password from a hash in seconds - Troubilshow - 09-02-2022 (09-02-2022, 03:56 PM)samrib Wrote: I saved your github repo, many thanks No problem, Make good use of it!! RE: Crack password from a hash in seconds - koral9 - 05-07-2023 Great information I didn't know about! Thank you for that RE: Crack password from a hash in seconds - xikdite - 12-29-2023 Thank you very much for sharing! RE: Crack password from a hash in seconds - Gc914lad - 12-29-2023 is it still working as of this day ? RE: Crack password from a hash in seconds - pedohunters - 06-13-2024 thanks gonna use this one |