02-03-2023, 01:50 PM
wpa
hashcat.exe -m 2500 -a 3 proba.hccapx '7?d?d?d?d?d?d'
--------------
hipDeviceGetCount(): 100
nvmlDeviceGetFanSpeed(): Not Supported
...
The plugin 2500 is deprecated and was replaced with plugin 22000. For more details, please read: https://hashcat.net/forum/thread-10253.html
---------------
Then... hashcat.exe -m 22000 -a 3 proba.hccapx '7?d?d?d?d?d?d'
-------
hipDeviceGetCount(): 100
nvmlDeviceGetFanSpeed(): Not Supported
...
No hashes loaded.
---------
if - hashcat.exe -m 22000 -a 3 proba.cap '7?d?d?d?d?d?d'
-----
Hashfile 'proba.cap' on line 189841 (): Separator unmatched
* Token length exception: 4/4 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 option is used but no username is present)
-------
hashcat.exe -m 2500 -a 3 proba.hccapx '7?d?d?d?d?d?d'
--------------
hipDeviceGetCount(): 100
nvmlDeviceGetFanSpeed(): Not Supported
...
The plugin 2500 is deprecated and was replaced with plugin 22000. For more details, please read: https://hashcat.net/forum/thread-10253.html
---------------
Then... hashcat.exe -m 22000 -a 3 proba.hccapx '7?d?d?d?d?d?d'
-------
hipDeviceGetCount(): 100
nvmlDeviceGetFanSpeed(): Not Supported
...
No hashes loaded.
---------
if - hashcat.exe -m 22000 -a 3 proba.cap '7?d?d?d?d?d?d'
-----
Hashfile 'proba.cap' on line 189841 (): Separator unmatched
* Token length exception: 4/4 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 option is used but no username is present)
-------