Posts: 3
Threads: 1
Joined: Jan 2014
So To make this as short as possible. I was making a rule list with all the alt+ codes to try to just add a few extra characters to the end of a password list. Well once I ran it, most of them don't work. Is there any reason why this isn't added in Hashcat/OCLHashcat?
Posts: 621
Threads: 57
Joined: May 2010
01-27-2014, 10:30 PM
(This post was last modified: 01-27-2014, 10:30 PM by mastercracker.)
What do you mean by "they don't work"? Are the rules rejected?
Posts: 3
Threads: 1
Joined: Jan 2014
01-27-2014, 10:46 PM
(This post was last modified: 01-27-2014, 10:53 PM by Thor.)
Yes the rules are rejected. I can pose the only ones that do work.
Posts: 621
Threads: 57
Joined: May 2010
I don't know why they are rejected but as an alternative, you can try to put them in charset in hex, use --hex-charset and use -a 6.
Posts: 3
Threads: 1
Joined: Jan 2014
Posts: 5,185
Threads: 230
Joined: Apr 2010
Rules accept all characters after the $ append as long as they are 1-byte characters. Maybe you wrote the rule file as utf8 which would be wrong and your text-editor you used to edit the rule converted it to utf8.