m 22000 seperator unmatched
#4
Both command lines (hashcat command line and hcxhashtool command line) are faulty.

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).
Reply


Messages In This Thread
m 22000 seperator unmatched - by damien - 08-12-2021, 03:10 PM
RE: m 22000 seperator unmatched - by epixoip - 08-12-2021, 03:19 PM
RE: m 22000 seperator unmatched - by damien - 08-12-2021, 04:03 PM
RE: m 22000 seperator unmatched - by ZerBea - 08-12-2021, 05:17 PM
RE: m 22000 seperator unmatched - by damien - 08-12-2021, 06:54 PM
RE: m 22000 seperator unmatched - by ZerBea - 08-13-2021, 06:53 PM