![]() |
I have error please help me - 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: I have error please help me (/thread-8825.html) |
I have error please help me - Ale0082 - 12-15-2019 Hi guys i have error with hashcat in Ubuntu linux 16.04 Use of -r/--rules-file and -g/==rules-generate only allowed in attack mode 0. please help me for fix this error RE: I have error please help me - undeath - 12-15-2019 what is not clear about the error? RE: I have error please help me - Ale0082 - 12-15-2019 (12-15-2019, 10:26 PM)undeath Wrote: what is not clear about the error? Which is the solution ? RE: I have error please help me - royce - 12-15-2019 Yep, you can't do that. It looks like you're trying to do a combinator attack. There's a direct combinator attack (which is -a 1), or there is a way to simulate a selectes subset of combinator effects using a rule. But you're doing a strange mashup of the two, which won't work. Either use -a 1 and two wordlists, or use -a 0 and multiple rulesets. |