Posts: 70 Threads: 0 Joined: N/A November 13, 2022 at 3:54 AM How can you decypher a hashed password? What are the known methods and tools used to do so? Posts: 188 Threads: 0 Joined: N/A November 13, 2022 at 3:59 AM Hashcat is a great program, I use it all the time and it's super easy to pick up. Dictionary attacks are my go-to, brute force takes too long and gets exponentially more difficult with length. Posts: 70 Threads: 0 Joined: N/A November 13, 2022 at 3:23 PM (November 13, 2022, 03:59 AM)God Wrote: Hashcat is a great program, I use it all the time and it's super easy to pick up. Dictionary attacks are my go-to, brute force takes too long and gets exponentially more difficult with length. Any good wordlists that i can use with a dictionary attack? Our democracy has been hacked Posts: 684 Threads: 0 Joined: N/A     November 13, 2022 at 3:24 PM Other method is online decrypters :) Posts: 45 Threads: 0 Joined: N/A      November 13, 2022 at 3:44 PM Just use an online decryptor, there are plenty. - scoot - Posts: 41 Threads: 0 Joined: N/A November 13, 2022 at 5:36 PM Depends on what hash is being used and wether there are public decoder sites. Posts: 70 Threads: 0 Joined: N/A November 13, 2022 at 6:14 PM What about PHPASS, any good online services? Or is there any other method for it? Posts: 188 Threads: 0 Joined: N/A November 14, 2022 at 5:09 PM (November 13, 2022, 06:14 PM)Alcachofo Wrote: What about PHPASS, any good online services? Or is there any other method for it? PHPass is salted, so it's unlikely to be in online hash lookups unless it's from a big breach. It shouldn't be too hard to crack using Hashcat, but it depends on the number of rounds (the digit after the second $) $P$ 984478476IagS59wHZvyQMArzfx58u. The higher the number, the harder it will be to crack. After 9 it goes A, then B, C, D, etc. Posts: 70 Threads: 0 Joined: N/A November 14, 2022 at 6:50 PM (November 14, 2022, 05:09 PM)God Wrote: (November 13, 2022, 06:14 PM)Alcachofo Wrote: What about PHPASS, any good online services? Or is there any other method for it?
PHPass is salted, so it's unlikely to be in online hash lookups unless it's from a big breach. It shouldn't be too hard to crack using Hashcat, but it depends on the number of rounds (the digit after the second $)
$P$984478476IagS59wHZvyQMArzfx58u.
The higher the number, the harder it will be to crack. After 9 it goes A, then B, C, D, etc. For example, if i want to crack a password from the blankmediagames data breach, is there any online service for that? Posts: 188 Threads: 0 Joined: N/A November 14, 2022 at 7:39 PM (November 14, 2022, 06:50 PM)Alcachofo Wrote: (November 14, 2022, 05:09 PM)God Wrote: (November 13, 2022, 06:14 PM)Alcachofo Wrote: What about PHPASS, any good online services? Or is there any other method for it?
PHPass is salted, so it's unlikely to be in online hash lookups unless it's from a big breach. It shouldn't be too hard to crack using Hashcat, but it depends on the number of rounds (the digit after the second $)
$P$984478476IagS59wHZvyQMArzfx58u.
The higher the number, the harder it will be to crack. After 9 it goes A, then B, C, D, etc.
For example, if i want to crack a password from the blankmediagames data breach, is there any online service for that? Worth trying hashes.com or hashmob.net |