Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Tutorial Crack password from a hash in seconds filter_list
Author
Message
Crack password from a hash in seconds #1
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
(This post was last modified: 08-24-2022, 10:40 AM by Troubilshow.)

[+] 2 users Like Troubilshow's post
Reply

RE: Crack password from a hash in seconds #2
I saved your github repo, many thanks
(This post was last modified: 09-02-2022, 03:56 PM by samrib.)

Reply

RE: Crack password from a hash in seconds #3
(09-02-2022, 03:56 PM)samrib Wrote: I saved your github repo, many thanks

No problem, Make good use of it!!

Reply

RE: Crack password from a hash in seconds #4
Great information I didn't know about! Thank you for that

Reply

RE: Crack password from a hash in seconds #5
Thank you very much for sharing!

Reply

RE: Crack password from a hash in seconds #6
is it still working as of this day ?

Reply

RE: Crack password from a hash in seconds #7
thanks gonna use this one

Reply







Users browsing this thread: