You are not logged in.
when run hashcat it shows this errors
$ hashcat -a 0 -m 17200 ~/workspace/crackme/ziph.txt ~/wordlists/rockyou.txt
hashcat (v6.2.5-663-gc3e18f7fe) starting/sys/bus/pci/devices/0000:04:00.0/hwmon/hwmon6/pwm1: No such file or directory
/sys/bus/pci/devices/0000:01:00.0/hwmon/hwmon5/pwm1: No such file or directory
HIP API (HIP 5.2.21151)
=======================
* Device #1: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx, 3815/3815 MB, 11MCU
* Device #2: AMD Radeon RX 560 Series, 4096/4096 MB, 14MCUOpenCL API (OpenCL 2.1 AMD-APP (3452.0)) - Platform #1 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #3: AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx, skippedOpenCL API (OpenCL 2.1 AMD-APP (3380.4)) - Platform #2 [Advanced Micro Devices, Inc.]
=====================================================================================
* Device #4: AMD Radeon RX 560 Series, skippedOpenCL API (OpenCL 3.0 PoCL 3.0-rc2 Linux, Release, RELOC, LLVM 14.0.5, SLEEF, DISTRO, POCL_DEBUG) - Platform #3 [The pocl project]
====================================================================================================================================
* Device #5: pthread-AMD Ryzen 5 3550H with Radeon Vega Mobile Gfx, skippedMinimum password length supported by kernel: 0
Maximum password length supported by kernel: 256Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1Optimizers applied:
* Not-Iterated
* Single-Hash
* Single-SaltWatchdog: Temperature abort trigger set to 90c
hipStreamCreate(): 2
hipStreamCreate(): 2
Started: Thu Aug 18 22:37:40 2022
Stopped: Thu Aug 18 22:37:40 2022
I have tried opencl-mesa , opencl-amd and pocl drivers it didn't work.
now i have installed opencl-amd-dev but it also didn't work .
I have tried rocm-opencl-runtime but before it finish compiling my system hang everytime i have tried.
I am following this https://wiki.archlinux.org/title/Hashcat guide.
Offline