01-19-2020, 10:14 PM
Take the spaces out of your mask (and note that each 'character' of the mask is '?l', not 'l?'):
hashcat -m 2500 -a 3 -o password.txt dom.hccapx ?l?l?l?l?l?l?l?l
hashcat -m 2500 -a 3 -o password.txt dom.hccapx ?l?l?l?l?l?l?l?l
~