Determine WPA2
#3
(03-10-2024, 09:34 PM)drsnooker Wrote: WPA2 requires mode 22000  -m 22000 (you're using MD5 mode 0)
You might have to convert your cap to 22000 format:
https://hashcat.net/cap2hashcat/

./hashcat-src/hashcat -d 1 -m 22000 -a 0 WILLY.hccapx dicts/rockyou.txt --potfile-path WILLY.pot

thanks
I have the file under Linux
Code:
cap2hccapx.bin WILLY.cap WILLY.hccapx
converted
If you run it with the change, I get the same error
Code:
% ./hashcat-src/hashcat -d 1 -m 22000 -a 0 WILLY.hccapx dicts/rockyou.txt --potfile-path WILLY.pot
hashcat (v6.2.6-850-gfafb277e0) starting

METAL API (Metal 343.14)
========================
* Device #1: Apple M1 Max, 10880/21845 MB, 32MCU

OpenCL API (OpenCL 1.2 (Feb 10 2024 00:43:19)) - Platform #1 [Apple]
====================================================================
* Device #2: Apple M1 Max, skipped

Minimum password length supported by kernel: 8
Maximum password length supported by kernel: 63

Hashfile 'WILLY.hccapx' on line 1 (HCPX): Token length exception
Hashfile 'WILLY.hccapx' on line 2 (): Token length exception
Hashfile 'WILLY.hccapx' on line 3 (): Token length exception

* Token length exception: 3/3 hashes
  This error happens if the wrong hash type is specified, if the hashes are
  malformed, or if input is otherwise not as expected (for example, if the
  --username or --dynamic-x option is used but no username or dynamic-tag is present)

No hashes loaded.

Started: Sun Mar 10 21:35:03 2024
Stopped: Sun Mar 10 21:35:04 2024
Reply


Messages In This Thread
Determine WPA2 - by micneu - 03-10-2024, 08:16 PM
RE: Determine WPA2 - by drsnooker - 03-10-2024, 09:34 PM
RE: Determine WPA2 - by micneu - 03-10-2024, 10:37 PM
RE: Determine WPA2 - by drsnooker - 03-10-2024, 10:55 PM
RE: Determine WPA2 - by ZerBea - 03-11-2024, 09:09 AM