02-05-2018, 12:25 AM
-j and -k only work for a single rule, not for a file that's a list of rules.
The usual way to work around this is to pipe the wordlist in from a separate tool (such as combinator from hashcat-utils):
https://hashcat.net/wiki/doku.php?id=has...combinator
... as in:
The usual way to work around this is to pipe the wordlist in from a separate tool (such as combinator from hashcat-utils):
https://hashcat.net/wiki/doku.php?id=has...combinator
... as in:
Code:
combinator.exe combi.dict combi.dict | hashcat64.exe -m 99999 -a 0 -r combi.rule combi.hash
~