Some Invalid Rules - Hashcat v1.00 - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html) +--- Forum: General Help (https://hashcat.net/forum/forum-8.html) +--- Thread: Some Invalid Rules - Hashcat v1.00 (/thread-2931.html) |
Some Invalid Rules - Hashcat v1.00 - Si2006 - 12-20-2013 I created a simple rule set to append popular email domains but hashcat is complaining it cannot convert some of them, any idea as to why? Out of a list of over 100 the ones below are the problem. Code: Cannot convert rule for use on GPU in file rules/append_email_domains.rule in line 30: $@$g$o$o$g$l$e$m$a$i$l$.$c$o$m RE: Some Invalid Rules - Hashcat v1.00 - radix - 12-20-2013 not all rules are GPU compatible RE: Some Invalid Rules - Hashcat v1.00 - Si2006 - 12-20-2013 Thats a shame, but thanks for clearing that up. RE: Some Invalid Rules - Hashcat v1.00 - radix - 12-21-2013 you could use -a 1 to achieve the same thing though. just put all the tld's in a file and use it as the right side dict. RE: Some Invalid Rules - Hashcat v1.00 - atom - 12-21-2013 (12-21-2013, 02:13 AM)radix Wrote: you could use -a 1 to achieve the same thing though. just put all the tld's in a file and use it as the right side dict. That's not just a good workaround, it's also the much better strategy for this kind of attack. |