Let’s change the WPA file to hashcat hash to crack
hcxpcapngtool -o hash wpa-02.cap

Now let’s use hash cat to crack the hash
hashcat -m 22000 --force hash /opt/wordlist.txt

As we see we managed to crack the hash
Cracking the hash using John the Ripper
/opt/wpapcap2john wpa-02.cap

Now let’s crack the hash
john ./hash --wordlist=/usr/share/wordlists/rockyou.txt --format=wpapsk
