just for testing:
note: you should probably reduce the length of the mask to e.g. ?1?1?1 for testing to save disk space (shouldn't really matter too much). or use something like the "head" command on linux.
Code:
hashcat --keyspace -m 5500 -a 6 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1
Code:
hashcat --stdout -a 6 -o temporary_file.txt -s 2 -l 2 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1
Code:
type temporary_file.txt | hashcat -m 5500 hash.txt
note: you should probably reduce the length of the mask to e.g. ?1?1?1 for testing to save disk space (shouldn't really matter too much). or use something like the "head" command on linux.
Code:
hashcat --stdout -a 6 -s 2 -l 2 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1 | head -n 999999 > temporary_file.txt