combinator + rule
#3
-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:

Code:
combinator.exe combi.dict combi.dict | hashcat64.exe -m 99999 -a 0 -r combi.rule combi.hash
~


Messages In This Thread
combinator + rule - by hashkittykatty - 02-05-2018, 12:01 AM
RE: combinator + rule - by undeath - 02-05-2018, 12:20 AM
RE: combinator + rule - by royce - 02-05-2018, 12:25 AM
RE: combinator + rule - by hashkittykatty - 02-05-2018, 01:38 AM
RE: combinator + rule - by royce - 02-05-2018, 01:59 AM
RE: combinator + rule - by hashkittykatty - 02-05-2018, 02:59 AM
RE: combinator + rule - by royce - 02-05-2018, 06:09 AM