hashcat Forum

Full Version: how do i crack this password with special character?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how do i crack this password with special character

this is my bit coin wallet password  : 15187536   but there are  in this password somewhere between these numbers one special characters (ALT+255) special space  and at the end of the password tehere are 2 special characters (ALT+255) special space

How can I mask it or how can I bruteforce this password?
thanks for replying
Is alt 255 just a space? Just put it in charset -1 " "?d  ?1?1?1?1?1?1?1?1?1?1?1 , note bitcoin wallet is slow hash, no idea how long its gonna take like that.
(05-27-2023, 08:50 AM)aikiuslik Wrote: [ -> ]Is alt 255 just a space? Just put it in charset -1 " "?d  ?1?1?1?1?1?1?1?1?1?1?1 , note bitcoin wallet is slow hash, no idea how long its gonna take like that.

alt+255 is not just a space  it's not like normal space it's like half space
There seems to be somekind of problem with encoding in latest hashcat, try older version or build latest version from github. Also you can try john the ripper jumbo.
On latest (selfbuild on github, it works for me). Note that --hex-charset Alt-255 is 2 bytes long, so it needs mask -1 c2a0 ?1?1  for 1 character.
[quote="aikiuslik" pid='58284' dataline='1685177122']
En son (github'da selfbuild, benim için çalışıyor). --hex-charset Alt-255'in 2 bayt ömrüne dikkat edin, bu nedenle 1 karakter için -1 c2a0 ?1?1 maskesine gerek duyar.
[/alıntı]


FOR PASSWORD : 151569 AND  3special character ( ALT+255 2BYTES) 

sudo hashcat -m 11300 -w 4 -a 3  --hex-charset -1 c2a0313531353639 ?1?1?1?1?1?1?1?1?1?1 '/home/a/masaüstü/hash.txt'

is it true ?  

or 

sudo hashcat -m 11300 -w 4 -a 3  --hex-charset -1 c2a0313531353639 ?1?1?1?1?1?1?1?1?1?1?1?1 '/home/a/masaüstü/hash.txt'


whic one is true
On MD5 ?1?1?1?1?1?1?1?1?1?1?1?1 works. Don't know about bitcoin hash.