you could utilize option --stdout for testing
given these files
dict.txt
masks.txt
run hashcat
resluting in an unordered output, but containing all possibilities
try this with your inputfiles and redirect the output via > to another file and you will see all generated passes inside the file
given these files
dict.txt
Code:
test
passCode:
?dCode:
hashcat --stdout -a6 dict.txt masks.txtCode:
test0 to test9
pass0 to past 9try this with your inputfiles and redirect the output via > to another file and you will see all generated passes inside the file
