Why can't I use all the Alt+charecters - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html) +--- Thread: Why can't I use all the Alt+charecters (/thread-3083.html) |
Why can't I use all the Alt+charecters - Thor - 01-27-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? RE: Why can't I use all the Alt+charecters - mastercracker - 01-27-2014 What do you mean by "they don't work"? Are the rules rejected? RE: Why can't I use all the Alt+charecters - Thor - 01-27-2014 Yes the rules are rejected. I can pose the only ones that do work. RE: Why can't I use all the Alt+charecters - mastercracker - 01-28-2014 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. RE: Why can't I use all the Alt+charecters - Thor - 01-28-2014 Oh well ok then! Thanks! RE: Why can't I use all the Alt+charecters - atom - 01-29-2014 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. |