I have error please help me
#1
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
Reply
#2
what is not clear about the error?
Reply
#3
(12-15-2019, 10:26 PM)undeath Wrote: what is not clear about the error?

Which is the solution ?


Attached Files
.png   Screenshot from 2019-12-15 22-31-47.png (Size: 91.33 KB / Downloads: 9)
Reply
#4
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.
~
Reply