Hashed passwords
by - Thursday, January 1, 1970 at 12:00 AM
If you have a decent GPU then hashcat is an option.

% hashcat -a 0 -m 0 -r ../hashcat-6.2.6/rules/everything.rule hashes.txt /usr/share/wordlists/rockyou.txt

The problem is that some hashing methods are super slow. So it might take 99 years to get through the full list.

Online decryptors aren't great. So YMMV
Dark & Unclean
Reply
(November 14, 2022, 07:39 PM)God Wrote:
(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


Found what i was looking for. Thanks
Reply


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