Hello Folks,
I am trying to achive Format: catdog33 (2 words from 2 combined lists + rule modifier for the 2nd combined list)
combi.dict:
combi.rule:
combi.hash:
I am using:
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 ?
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 ?