| 
		
	
	
	
		
	Posts: 6Threads: 2
 Joined: Aug 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 commandhashcat.exe  -a 3 -m 11300 myhash.hash
 it is right ?, Pls helpme!!!
 Thanks for all!
 
	
	
	
		
	Posts: 927Threads: 16
 Joined: Sep 2017
 
	
	
		 (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 commandhashcat.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.
	 
	
	
	
		
	Posts: 6Threads: 2
 Joined: Aug 2024
 
	
		
		
		08-13-2024, 03:44 PM 
(This post was last modified: 08-13-2024, 03:49 PM by skczero.)
		
	 
		ok tks
	 
	
	
	
		
	Posts: 6Threads: 2
 Joined: Aug 2024
 
	
		
		
		08-13-2024, 04:01 PM 
(This post was last modified: 08-13-2024, 04:04 PM by skczero.)
		
	 
		 (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 commandhashcat.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!!
	 
	
	
	
		
	Posts: 927Threads: 16
 Joined: Sep 2017
 
	
	
		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/32e66...bb422222fd 
(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
	 
	
	
	
		
	Posts: 6Threads: 2
 Joined: Aug 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/32e66...bb422222fd
 
 (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
	 
	
	
	
		
	Posts: 927Threads: 16
 Joined: Sep 2017
 
	
	
		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
 
	
	
	
		
	Posts: 6Threads: 2
 Joined: Aug 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
	 |