Posts: 13
	Threads: 4
	Joined: Apr 2015
	
	
 
	
		
		
		04-04-2015, 11:41 PM 
(This post was last modified: 04-04-2015, 11:42 PM by giog7789.)
		
	 
	
		Hello everyone,
I have tons of special wordlist with arabic, chinese, russian, eccc. words.
How can I set Hashcat or cudaHashcat to be able to read these characters properly?
(or at least see what string hashcat is processing right now?)
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,266
	Threads: 16
	Joined: Feb 2013
	
	
 
	
		
		
		04-04-2015, 11:52 PM 
(This post was last modified: 04-04-2015, 11:55 PM by philsmd.)
		
	 
	
		See 
FAQ: How to deal with special non-latin characters (chinese, arabic, etc...) ?
So the answer is, that you need to know the encoding that the code/software which generated the hashes did use. If you know some hashes and password pairs for instance it should be easy to come up with the correct encoding pretty fast.
Furthermore, you could just generate example hashes (but please, please, please do not use a web service for this, because it for sure introduces an additional point of failure and especially a different encoding while sending/receiving the result) and see if they crack with the plain text in the word list (with correct encoding).
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 13
	Threads: 4
	Joined: Apr 2015
	
	
 
	
	
		 (04-04-2015, 11:52 PM)philsmd Wrote:  See FAQ: How to deal with special non-latin characters (chinese, arabic, etc...) ?
So the answer is, that you need to know the encoding that the code/software which generated the hashes did use. If you know some hashes and password pairs for instance it should be easy to come up with the correct encoding pretty fast.
Furthermore, you could just generate example hashes (but please, please, please do not use a web service for this, because it for sure introduces an additional point of failure and especially a different encoding while sending/receiving the result) and see if they crack with the plain text in the word list (with correct encoding).
Thanks for the answer, actually i don't have pairs(password,hash) 
	 
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		then you need to guess, try all encodings
	
	
	
	
	
 
 
	
	
	
		
	Posts: 13
	Threads: 4
	Joined: Apr 2015
	
	
 
	
	
		 (04-05-2015, 11:31 PM)atom Wrote:  then you need to guess, try all encodings
Oh ok 

 i think i give up on this.
Anyway since you are an admin i suggest to see this my other post 
https://hashcat.net/forum/thread-4242.html 
It isn't a help request, is a 
bug report probably understimated. I tryed on 2 different gpu and i had the same result.  
Thanks anyway for your answers