November 14, 2022 at 8:46 PM
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
% 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

