Problem with simple HEX passcodes
#5
totaly forgot about UTF-8 and longer Hex C3**   

--hex-charset -1 c39c20c3a4 ?1?1?1?1?1  worked 

so every strange acsii making the code longer by 1.. thats getting worst if i have a mixed password....

"abc" is ?1?1?1  3-long  vs "üöä" is ?1?1?1?1?1?1  6-long

so this will do the trick? 
hashcat.exe -w 1 -m 11300 -i --increment-min 3 --increment-max 6 -a 3 "$bitcoin$64$735c685b5c559220293ed490445d8979a9c77fcd1df4496a0c7e714df9181841$16$09799f55e665c8a2$198010$2$00$2$00" --hex-charset -1 c39c20c3a4 ?1?1?1?1?1?1

i can work on with this now...  Thx

But how can i limit the password length now? 

better i feed a Wordlist...
Reply


Messages In This Thread
Problem with simple HEX passcodes - by wax - 01-11-2021, 03:37 PM
RE: Problem with simple HEX passcodes - by wax - 01-11-2021, 05:01 PM
RE: Problem with simple HEX passcodes - by wax - 01-11-2021, 06:52 PM