Both command lines (hashcat command line and hcxhashtool command line) are faulty.
Correct hashcat command line:
Corrrect hcxhashtool command lines:
BTW:
No need to choose type=2 if you filter by ESSID strict, because hashcat will take advantage of the reuse of PBKDF2.
Why do you add additional options to hcxhashtool like "130 x" (your first command line) and "1 x" (your second command line).
Correct hashcat command line:
Code:
$ hashcat -m 22000 -w 3 -o founds.txt mulhollandeap.22000 -a 3 ?l?l?l?l?l?l?l?l
Corrrect hcxhashtool command lines:
Code:
$ hcxhashtool -i mulholland.22000 -o mullhollandeap.22000 --essid=mulholland
$ hcxhashtool -i mullhollandeap.22000 --info=stdout
BTW:
No need to choose type=2 if you filter by ESSID strict, because hashcat will take advantage of the reuse of PBKDF2.
Why do you add additional options to hcxhashtool like "130 x" (your first command line) and "1 x" (your second command line).