hashcat Forum
Help me to recovery my bitcoin wallet - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Help me to recovery my bitcoin wallet (/thread-12107.html)



Help me to recovery my bitcoin wallet - skczero - 08-09-2024

I wana to recovery my password off wallet.dat, i used hash cat, but i'm not sure about the command, i don't remember anything about the password. This is my command
hashcat.exe  -a 3 -m 11300 myhash.hash
it is right ?, Pls helpme!!!
Thanks for all!


RE: Help me to recovery my bitcoin wallet - Snoopy - 08-12-2024

(08-09-2024, 05:03 PM)skczero Wrote: I wana to recovery my password off wallet.dat, i used hash cat, but i'm not sure about the command, i don't remember anything about the password. This is my command
hashcat.exe  -a 3 -m 11300 myhash.hash
it is right ?, Pls helpme!!!
Thanks for all!

short answer, forget it

if you know NOTHING about your password and the password is not only 4-6 chars, you wont be able to crack it till the next bing bang.


RE: Help me to recovery my bitcoin wallet - skczero - 08-13-2024

ok tks


RE: Help me to recovery my bitcoin wallet - skczero - 08-13-2024

(08-12-2024, 11:31 AM)Snoopy Wrote:
(08-09-2024, 05:03 PM)skczero Wrote: I wana to recovery my password off wallet.dat, i used hash cat, but i'm not sure about the command, i don't remember anything about the password. This is my command
hashcat.exe  -a 3 -m 11300 myhash.hash
it is right ?, Pls helpme!!!
Thanks for all!

short answer, forget it

if you know NOTHING about your password and the password is not only 4-6 chars, you wont be able to crack it till the next bing bang.

tks for your answer
i have some hint, how can i apply it to use in hashcat 
The Hint: Include special characters, well-known characters R ukl, there are numbers in the password, the number of character is 8-14
Tks for your help!!


RE: Help me to recovery my bitcoin wallet - Snoopy - 08-13-2024

okay let me get things straight, there is a huge difference between hints and hints:

hint 1: special chars, normal chars, numbers, length 8-14, Bruteforce-> still forget it
and
hint 2: i know my passwords from that time followed that passwordstyle, begin with a single special char like ! or *, then 2-3 words of my language, all of them starting with an upper case letter, then another special char, followed by a 4 digit number, ended with another special char -> cracking your pass is maybe possbile

your hint is still to vague to reduce the overall keyspace, just take a look at the speed of an RTX 4090, benchmark made by Chick3nman, https://gist.github.com/Chick3nman/32e662a5bb63bc4f51b847bb422222fd

(not taking into account, that the iterations could be much higher)
* Hash-Mode 11300 (Bitcoin/Litecoin wallet.dat) [Iterations: 200459]
Speed.#1.........:    34064 H/s (78.48ms) @ Accel:4 Loops:1024 Thr:1024 Vec:1

that is slow, lets make some math, full ascii is 95 possibilities, we start with length 8

95^8 = 6.634.204.312.890.625 possible combinations, devided by 34064 H/s =
194.757.054.746 (seconds) / 3600 (hours) / 24 (days) / 365 = 6175 years

without any more specific and exact knowledge about your password you won't be able to crack your pass and for fun you would probably consume more electricity then the wallet is worth


RE: Help me to recovery my bitcoin wallet - skczero - 08-14-2024

(08-13-2024, 08:26 PM)Snoopy Wrote: okay let me get things straight, there is a huge difference between hints and hints:

hint 1: special chars, normal chars, numbers, length 8-14, Bruteforce-> still forget it
and
hint 2: i know my passwords from that time followed that passwordstyle, begin with a single special char like ! or *, then 2-3 words of my language, all of them starting with an upper case letter, then another special char, followed by a 4 digit number, ended with another special char -> cracking your pass is maybe possbile

your hint is still to vague to reduce the overall keyspace, just take a look at the speed of an RTX 4090, benchmark made by Chick3nman, https://gist.github.com/Chick3nman/32e662a5bb63bc4f51b847bb422222fd

(not taking into account, that the iterations could be much higher)
* Hash-Mode 11300 (Bitcoin/Litecoin wallet.dat) [Iterations: 200459]
Speed.#1.........:    34064 H/s (78.48ms) @ Accel:4 Loops:1024 Thr:1024 Vec:1

that is slow, lets make some math, full ascii is 95 possibilities, we start with length 8

95^8 = 6.634.204.312.890.625 possible combinations, devided by 34064 H/s =
194.757.054.746 (seconds) / 3600 (hours) / 24 (days) / 365 = 6175 years

without any more specific and exact knowledge about your password you won't be able to crack your pass and for fun you would probably consume more electricity then the wallet is worth
Tks for your answer, but i wana to try, can you create the command for me wwith my hint, i have 20 rtx 2080ti
Does this make it more faster


RE: Help me to recovery my bitcoin wallet - Snoopy - 08-14-2024

Your hint is not a hint, its still a full scale ascii bruteforce attack, 6000 years / 20 (even when thats 4090) are still 300 years, but here we go, length 8,

hashcat.exe --status -O -a3 -m11300 myhash.hash ?a?a?a?a?a?a?a?a

when this is "done" add another ?a for length 9,

JFYI: any special foreign char like "ö" like in öl (german for oil) will make this attack unsuitable

but never the less, we are talking about these fake 5k bitcoin wallet right? have fun


RE: Help me to recovery my bitcoin wallet - skczero - 08-14-2024

(08-14-2024, 01:18 PM)Snoopy Wrote: Your hint is not a hint, its still a full scale ascii bruteforce attack, 6000 years / 20 (even when thats 4090) are still 300 years, but here we go, length 8,

hashcat.exe  --status -O -a3 -m11300 myhash.hash ?a?a?a?a?a?a?a?a

when this is "done" add another ?a for length 9,

JFYI: any special foreign char like "ö" like in öl (german for oil) will make this attack unsuitable 

but never the less, we are talking about these fake 5k bitcoin wallet right? have fun
If u think my wallet is fake, i will give u 1 bit if i can open it
So anyway, tks so much