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
pass
Code:
?d
Code:
hashcat --stdout -a6 dict.txt masks.txt
Code:
test0 to test9
pass0 to past 9
try this with your inputfiles and redirect the output via > to another file and you will see all generated passes inside the file