Rule syntax - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-plus Support (https://hashcat.net/forum/forum-23.html) +--- Thread: Rule syntax (/thread-1097.html) |
Rule syntax - -.-PhanTom-.- - 04-19-2012 Hey Are there any plans of implementing ranges in the rule syntax like there is for JTR Example: $[0-9] (append 0-9) ^[123489] (prepend 123489) That would really simplify a lot of the rules, but I guess would requite that the code could handle this and generate these things... (I am not a coder...) Regards PS Sorry if this has been answered before, I tried to search.. RE: Rule synatx - atom - 04-19-2012 you can use maskprocessor, multi-rules or hybrid attack. see wiki before asking |