Hashed passwords
by - Thursday, January 1, 1970 at 12:00 AM
How can you decypher a hashed password? What are the known methods and tools used to do so?
Reply
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.
Reply
(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?
Reply
Other method is online decrypters :)
Reply
Just use an online decryptor, there are plenty.
- scoot -
Reply
Depends on what hash is being used and wether there are public decoder sites.
Reply
What about PHPASS, any good online services? Or is there any other method for it?
Reply
(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.
Reply
(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?
Reply
(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
Reply


 Users viewing this thread: Hashed passwords: No users currently viewing.