Arabic charset support, questions about command line
#2
(03-18-2013, 03:57 PM)random2 Wrote: Hi, does Hashcat-plus supports arabic charsets? I need to use parameter:
--custom-charset1=<arabic alphabet> for this, right?
Also, if I need to bruteforce MD5 hash that has arabic password with length from 1 to 10 I need to use command line:
oclHashcat-plus64.exe -a 3 -m 0 hashlist.hash ?1 --custom-charset1=كضشسذدخحجب --increment-min=1 --increment-max=10
Is it correct command line?
You have to put your charset characters in a text file and use the proper encoding for that file. In your command line, you then use the following:

--custom-charset1="Path to the charset file"


Messages In This Thread
RE: Arabic charset support, questions about command line - by mastercracker - 03-18-2013, 04:01 PM