Can't run Hashcat
#1
Other online and offline services do their job quite good, but then I try to use Hashcat supplying it with dutifully converted files, I face problems.


Typical error:

hashcat (v6.2.6-620-gf341bfc82) starting in autodetect mode

hipDeviceGetAttribute(): 1

clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY

ADL2_Overdrive_Caps(): -8

ADL2_Overdrive_Caps(): -8

HIP API (HIP 0.0.3240)
======================
* Device #1: AMD Radeon(TM) R4 Graphics, skipped

OpenCL API (OpenCL 2.1 AMD-APP (3240.7)) - Platform #1 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #2: AMD Radeon(TM) R4 Graphics, skipped
* Device #3: AMD Radeon(TM) R4 Graphics, 1920/2048 MB (1523 MB allocatable), 5MCU

OpenCL API (OpenCL 2.1 WINDOWS) - Platform #2 [Intel(R) Corporation]
====================================================================
* Device #4: AMD A6-7310 APU with AMD Radeon R4 Graphics, skipped

No hash-mode matches the structure of the input hash.

Started: Tue Jul 04 10:27:21 2023
Stopped: Tue Jul 04 10:27:50 2023


Benchmark results:

hashcat (v6.2.6-620-gf341bfc82) starting in benchmark mode

Benchmarking uses hand-optimized kernel code by default.
You can use it in your cracking session by setting the -O option.
Note: Using optimized kernel code limits the maximum supported password length.
To disable the optimized kernel code in benchmark mode, use the -w option.

hipDeviceGetAttribute(): 1

clCreateCommandQueue(): CL_OUT_OF_HOST_MEMORY

ADL2_Overdrive_Caps(): -8

ADL2_Overdrive_Caps(): -8

HIP API (HIP 0.0.3240)
======================
* Device #1: AMD Radeon(TM) R4 Graphics, skipped

OpenCL API (OpenCL 2.1 AMD-APP (3240.7)) - Platform #1 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #2: AMD Radeon(TM) R4 Graphics, skipped
* Device #3: AMD Radeon(TM) R4 Graphics, 1920/2048 MB (1523 MB allocatable), 5MCU

OpenCL API (OpenCL 2.1 WINDOWS) - Platform #2 [Intel(R) Corporation]
====================================================================
* Device #4: AMD A6-7310 APU with AMD Radeon R4 Graphics, skipped

Benchmark relevant options:
===========================
* --backend-devices-virtual=1
* --optimized-kernel-enable

-------------------
* Hash-Mode 0 (MD5)
-------------------

Speed.#3.........:  489.8 MH/s (76.31ms) @ Accel:128 Loops:256 Thr:256 Vec:1

----------------------
* Hash-Mode 100 (SHA1)
----------------------

Speed.#3.........:  166.1 MH/s (59.55ms) @ Accel:256 Loops:128 Thr:64 Vec:1

---------------------------
* Hash-Mode 1400 (SHA2-256)
---------------------------

Speed.#3.........:  177.2 MH/s (28.02ms) @ Accel:16 Loops:512 Thr:128 Vec:1

---------------------------
* Hash-Mode 1700 (SHA2-512)
---------------------------

Speed.#3.........: 54288.3 kH/s (93.33ms) @ Accel:512 Loops:32 Thr:64 Vec:1

-------------------------------------------------------------
* Hash-Mode 22000 (WPA-PBKDF2-PMKID+EAPOL) [Iterations: 4095]
-------------------------------------------------------------


System info:

Processor AMD A6-7310 APU with AMD Radeon R4 Graphics 2.00 GHz
Installed RAM 8,00 Gbyte (6,97 Gbyte available)
Device ID 62361B53-1A1A-4E83-B22A-6B3F75D35276
Product ID 00330-80000-00000-AA034
System type 64-bit, x64 processor
Pen and touch No pen or touch input is available for this display

Software Version - 2022.0802.1058.19750
Driver Version - 21.09.13.02-220802a-382934C-RadeonSoftware
Provider - Advanced Micro Devices, Inc.
2D Driver Version - 8.1.1.1634
Direct3D® Version - 9.14.10.01494
OpenGL® Version - 29.20.11000.14830
AMD Audio Driver Version - 10.0.1.23
Vulkan™ Driver Version - 2.0.179
Vulkan™ API Version - 1.2.170
Windows Version - Windows 10 (64 bit)
Reply
#2
You didnt specify hash. Hashcat just said, it can't autodetect hash you supplied.
Reply
#3
(07-04-2023, 11:49 PM)aikiuslik Wrote: You didnt specify hash. Hashcat just said, it can't autodetect hash you supplied.

How to do it? When I supply a captured handshake to other services, they find required info automatically.

And, then, what is wrong with my video card? I have updated its software, but Hashcat thinks otherwise.
Reply
#4
https://hashcat.net/wiki/doku.php?id=example_hashes you add -m to your command line. Example -m 0 "for MD5 hash". Also you use old apu, hashcat will work, but recommended is newer nvidia gpus for optimal performance.
Reply
#5
(07-05-2023, 12:30 AM)aikiuslik Wrote: https://hashcat.net/wiki/doku.php?id=example_hashes you add -m to your command line. Example -m 0 "for MD5 hash". Also you use old apu, hashcat will work, but recommended is newer nvidia gpus for optimal performance.

After installing Nvidia CUDA, Visual Studio Code the same error pops up again. Nvidia GPUs cannot be installed. I have an AMD card.

As for an attack modification, neither -m 0 nor -m 22000 work. I checked out the hash. It is a normal WPA2, converted by the online Hashcat tool.
Reply
#6
You cannot install cuda on AMD, it's nvidia only. For AMD install latest drivers your gpu supports.

WPA has these modes:

2500 WPA-EAPOL-PBKDF2
2501 WPA-EAPOL-PMK
16800 WPA-PMKID-PBKDF2
16801 WPA-PMKID-PMK
22000 WPA-PBKDF2-PMKID+EAPOL
22001 WPA-PMK-PMKID+EAPOL
Reply
#7
(07-05-2023, 08:30 AM)aikiuslik Wrote: You cannot install cuda on AMD, it's nvidia only. For AMD install latest drivers your gpu supports.

WPA has these modes:

2500 WPA-EAPOL-PBKDF2
2501 WPA-EAPOL-PMK
16800 WPA-PMKID-PBKDF2
16801 WPA-PMKID-PMK
22000 WPA-PBKDF2-PMKID+EAPOL
22001 WPA-PMK-PMKID+EAPOL

My AMD drivers are of August 2, 2022. I have partially installed nvidia CUDA (nsight elements).
Reply