Support Install hashcat 6.2.3
#2
Your command line is faulty and the hash mode (2500) is deprecated.

Convert your dump file to new hash mode here:
https://hashcat.net/cap2hashcat/

than run hashcat in mode 22000:
$ hashcat -m 22000 xxxxx_xxxxxxxxxx.hc22000 cracked.txt.gz

where xxxxx_xxxxxxxxxx is the filename you received from the online converter (e.g.: 20702_1627284296.hc22000)
and cracked.txt.gz is a (good basic) wordlist from here (https://wpa-sec.stanev.org):
https://wpa-sec.stanev.org/dict/cracked.txt.gz
Reply


Messages In This Thread
Support Install hashcat 6.2.3 - by John1980 - 07-26-2021, 05:29 AM
RE: Support Install hashcat 6.2.3 - by ZerBea - 07-26-2021, 09:26 AM
RE: Support Install hashcat 6.2.3 - by John1980 - 07-26-2021, 12:28 PM
RE: Support Install hashcat 6.2.3 - by Snoopy - 07-26-2021, 12:36 PM
RE: Support Install hashcat 6.2.3 - by ZerBea - 07-26-2021, 01:30 PM
RE: Support Install hashcat 6.2.3 - by ZerBea - 07-26-2021, 02:24 PM
RE: Support Install hashcat 6.2.3 - by Jacek - 08-25-2021, 08:09 PM
RE: Support Install hashcat 6.2.3 - by ZerBea - 08-25-2021, 09:59 PM