Posts: 17
Threads: 5
Joined: May 2023
hi everyone
how do i use these unicode characters in my password
unicode.PNG (Size: 14.03 KB / Downloads: 5)
I would appreciate it if you could give a clear answer please.
for example password :
Byt6op125¶¥Æ¾¼§º©154 how can i break the unicode. that i wrote in red.
no matter what i did i couldn't
thanks in advance for your answer
Posts: 17
Threads: 5
Joined: May 2023
05-25-2023, 11:19 AM
(This post was last modified: 05-25-2023, 11:23 AM by amrgdnn.)
(05-25-2023, 10:15 AM)amrgdnn Wrote: hi everyone
how do i use these unicode characters in my password
I would appreciate it if you could give a clear answer please.
for example password : Byt6op125¶¥Æ¾¼§º©154 how can i break the unicode. that i wrote in red.
no matter what i did i couldn't
thanks in advance for your answer
I have 28 btc from mining in 2009. I used these characters in my wallet password. I will share with someone who teaches me how to use these characters in hashcat. I only use mask attack but
?s does not contain these characters
I use this characters but whic one ı dont know :
颡£¤¥¦§¨©ª«¬®¯°±²³´µ¶¹¸º»¼½¾¿ÀÁÂÃÄ×£
Posts: 725
Threads: 14
Joined: Sep 2017
the easiest way is to use hexcharset but for this you will need to convert these chars first
see
https://www.utf8-zeichentabelle.de/unico...e.pl?names=-
for example the following singns and its hex expression
¶ is c2 b6
§ is c2 a7
© is c2 a9
Æ ic c3 86
be aware, as hashcat works on bytesize, to crack a single © you have to use a mask of length 2 like this:
to crack Byt6op125© (for humans 10 chars, but for hashcat its 11 bytes as © is bytesize 2)
--hex-charset -1 c2c3 -2 86a7a9b6 Byt6op125?1?2
Posts: 17
Threads: 1
Joined: Jun 2020
Posts: 1
Threads: 0
Joined: Jun 2023
06-08-2023, 11:04 AM
(This post was last modified: 06-08-2023, 11:05 AM by BTC-Cracka.
Edit Reason: spelling mistake
)
Hi amrgdnn
If you still have issue working it out I can help you out, PM me
Posts: 7
Threads: 2
Joined: Nov 2022
Hi. Have you solved your problem?
I have made a lot of changes in my passwords generator, so it can make a passwords lists as you need. I made additional config for you "ConfigForum.txt" if you repleace original Config.txt with it, you can generate wordlists and put them directly to Hashcat with my program, if I fully uderstood mask rules you want to use ;-), if not, change it as you wish.
On my laptop, i7-9750H CPU @ 2.60GHz, password generation speed with mask I made in ConfigForum.txt is about 850k/s. Pretty good, I think.
I must to write documentation, maybe next time. I will be grateful for comments, tests and help. Sorry for the programming style, I'm not a professional programmer.
https://github.com/Arduan77/MikiDecoder
Happy cracking.