Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		For those, who haven't seen it, here's a nice Blog about how to crack utf8 with masks.
http://www.rurapenthe.me/2013/09/crackin...guage.html
Thanks to rurapenthe
	
 
 
	
	
	
		
	Posts: 620
	Threads: 57
	Joined: May 2010
	
	
 
	
	
		This seems to be good stuff.  I will try it for sure.
	
	
	
	
	
 
 
	
	
	
		
	Posts: 18
	Threads: 3
	Joined: Jun 2012
	
	
 
	
	
		Very interesting indeed. I use only UTF8 multi-language lists, but a UTF8 bruteforce would be quite a nice feature I guess. Though it would double the keyspace. Imagine training your markov mode in multilanguage 
 
	 
 
	
	
	
		
	Posts: 31
	Threads: 0
	Joined: Sep 2011
	
	
 
	
	
		 (09-10-2013, 10:08 AM)atom Wrote:  For those, who haven't seen it, here's a nice Blog about how to crack utf8 with masks.
http://www.rurapenthe.me/2013/09/crackin...guage.html
Thanks to rurapenthe
Hi All,
Just wanna update the URL as the one above won't work:
http://blog.bitcrack.net/2013/09/crackin...guage.html
Thx
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 25
	Threads: 1
	Joined: May 2018
	
	
 
	
	
		has anyone done a mask on Chinese before ?, there seem to be so many sets in utf that i dont know if its worth it to brute force. 20,976 basic Chinese characters in the range U+4E00 through U+9FEF, not including other exrtensions in utf.
if there is a good wordlist for chinese simplified do let me know, this might be a better approach
	
	
	
	
	
 
 
	
	
	
		
	Posts: 31
	Threads: 0
	Joined: Sep 2011
	
	
 
	
	
		The Chinese char sets are pretty complicated. Also stringing random characters in Chinese together does not give you a lot of random "positives" like it would with A-Z in English. Also if your algo is slow, brute-forcing this set is going to take forever.
My recommendation is a good wordlist with rules. 
I'll let others comment on here too...