XNMI rule function is not working ? - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: XNMI rule function is not working ? (/thread-8670.html) |
XNMI rule function is not working ? - daemonserj - 09-27-2019 Hi. I'm trying to write simpe rule to make conversion like: Quote:# for 6 length mask 012345 -> 012345345012 But it seems that functions "M" and "XNMI" are not working. After start I got: "Cannot convert rule for use on OpenCL device in file my.rule on line 11: M X336 X039" Is it a bug or I not understand something ? RE: XNMI rule function is not working ? - undeath - 09-27-2019 rules annotated with "+" on the rules wiki page only work with the legacy hashcat-cpu version. RE: XNMI rule function is not working ? - daemonserj - 09-27-2019 Thanks for explanation. What you suggest to implement this ? 000 234 -> 000 234 234 000 RE: XNMI rule function is not working ? - daemonserj - 09-27-2019 Implemented as "d *69 *70 *8A" Question closed. |