Posts: 6
	Threads: 3
	Joined: Sep 2012
	
	
 
	
	
		I have defined the following rules in a elli.rule file:
se€
sbß
...
my rule file is in UTF8.
When I use it I have the following errors for each line who has a special character in (unicode?):
Cannot convert rule for use on GPU in file rules/elli.rule in line 4: sbß
etc...
How to do to make it work ?
I need to add my "special" characters in the charset files from the charsets directory? How do i specify to oclhashcat to use the good charset?
 
	 
 
	
	
	
		
	Posts: 12
	Threads: 2
	Joined: Jan 2012
	
	
 
	
	
		 (09-15-2012, 09:43 PM)ellipassword Wrote:  I have defined the following rules in a elli.rule file:
se€
sbß
...
my rule file is in UTF8.
When I use it I have the following errors for each line who has a special character in (unicode?):
Cannot convert rule for use on GPU in file rules/elli.rule in line 4: sbß
etc...
How to do to make it work ?
I need to add my "special" characters in the charset files from the charsets directory? How do i specify to oclhashcat to use the good charset?

try with maskprocessor or hashcatcpu + oclhc stdin
mp64.exe -1 ?ls?d | oclhashcat -r rules/ellie.rule
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		 (09-15-2012, 09:43 PM)ellipassword Wrote:  I have defined the following rules in a elli.rule file:
se€
sbß
...
my rule file is in UTF8.
When I use it I have the following errors for each line who has a special character in (unicode?):
Cannot convert rule for use on GPU in file rules/elli.rule in line 4: sbß
etc...
How to do to make it work ?
I need to add my "special" characters in the charset files from the charsets directory? How do i specify to oclhashcat to use the good charset?

UTF8 is not supported here since the switch is char-to-char not chat-to-2char.
	
 
	
	
	
	
 
 
	
	
	
		
	Posts: 12
	Threads: 2
	Joined: Jan 2012
	
	
 
	
	
		Hashcat CPU has a table-lookup attack . I think that would be more appropriate for that case .. 
see here 
http://hashcat.net/wiki/doku.php?id=tabl...nner_guide
	 
 
	
	
	
		
	Posts: 6
	Threads: 3
	Joined: Sep 2012
	
	
 
	
	
		Thanks atom & ToXiC, I'm going to check that.
Will UTF8 be supported in the rules files in a next version ? Or it's not planned ? 
 
	 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		Not planned for rules, but for tables
	
	
	
	
	
 
 
	
	
	
		
	Posts: 2,301
	Threads: 11
	Joined: Jul 2010
	
	
 
	
	
		shouldn't utf-8 work just as fine as ascii? Default garbage in, garbage out mentality?
	
	
	
	
	
 
 
	
	
	
		
	Posts: 5,232
	Threads: 233
	Joined: Apr 2010
	
	
 
	
	
		 (09-16-2012, 12:38 PM)undeath Wrote:  shouldn't utf-8 work just as fine as ascii? Default garbage in, garbage out mentality?
Yeah i think you are talking about dictionary and in this case, yes, its like  garbage in, garbage out since its working bytewise. Same applies to the s rule which is what this thread is about. So that means you can not replace 1 char with 2 chars since this changes the length.