hashcat cmd line needed to brute force old lost wallet
#4
The problem with brute force with bitcoin wallets is that bitcoin wallets are very slow so it's generally preferred not to use them unless you know some very exploitable information like the questions I wrote above. Try wordlists instead, for example, Hashmob's full wordlist:
https://hashmob.net/api/v2/downloads/res...1.found.7z
If that fails and you don't get "Status.....: Cracked", then you can add in some rules like the included best64 rule.
Example command without rules (do this first)
Code:
hashcat -m 11300 YourHash.txt hashmob.net_2024-07-21.found
Example command with rules (do this second)
Code:
hashcat -m 11300 YourHash.txt hashmob.net_2024-07-21.found -r rules/best64.rule

There is no guaranteed way/silver bullet for cracking hashes. You just have to cross your fingers and hope for the best
Reply


Messages In This Thread
RE: hashcat cmd line needed to brute force old lost wallet - by penguinkeeper - 07-22-2024, 10:16 PM