I would really like to help you, but this
Code:
and did everything like in here
https://hashcat.net/wiki/doku.php?id=cracking_wpawpa2
isn't very helpful for me to help you.
I know the wiki, because I initial wrote it (the beautiful style format was done by another user of this forum). It describe several ways to attack a target, to capture the traffic and to convert it to hash format 22000.
And it describe several ways to use hashcat on the hash file.
At the moment, I only know that the hash file is damaged (by whatever).
But to reproduce it, I need the dump file (cap, pcap, pcapng). Than I can walk step by step through the chain to find the issue.
Step by step means:
create an empty folder
cd into the folder
download the dump file to that folder
convert it by hcpcapngtool (hcxpcapngtool -o test.hc22000 dumpfile.pcapng)
run hashcat on that hash file (hashcat -m 22000 test.hc22000 -a 3 ?d?d?d?d?d?d?d?d)
If I run into the same issue, I have to fix hcxpcapngtool.
If not, either your installation is broken, your hardware is broken or your workflow is wrong.
BTW;
Do you know Albert Einstein and his definition of "insanity"?
https://ezinearticles.com/?Einstein---De...y&id=12047
I don't want to go this way. Instead I hunt step by step for the issue.