combinator + rule
#1
Hello Folks,

I am trying to achive Format: catdog33 (2 words from 2 combined lists + rule modifier for the 2nd combined list)

combi.dict:
Code:
cat
dog


combi.rule:
Code:
:
$0 $0
$1 $1
$2 $2
$3 $3

combi.hash:
Code:
catdog33


I am using:
Code:
hashcat64.exe -m 99999 -a 1 combi.hash combi.dict combi.dict -k combi.rule

but it seems to ignore the combi.rule fully. For what I have read in the wiki, it says for -a1 combi attack its possible to use -k for the second dict, however like said it seems to get ignored.

Anythings wrong here ?


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