HowTo: Hashcat and hcxtools on Arch Linux Live USB
#4
Thank you, ZerBea, for your valuable comments. However, hashcat doesn't work on my laptop out of the box. Still complains "You are probably missing the OpenCL, CUDA or HIP runtime installation". Based on my experience, on my laptop hashcat needs these dependencies:
1 ncurses5-compat-libs-6.3-1-x86_64.pkg.tar.zst
2 libpciaccess-0.17-1-x86_64.pkg.tar.zst
3 hwloc-2.9.0-1-x86_64.pkg.tar.zst
4 tbb-2021.5.0-2-x86_64.pkg.tar.zst
5 intel-opencl-runtime-1:18.1.0.015-3-x86_64.pkg.tar.zst
6 ocl-icd-2.3.1-1-x86_64.pkg.tar.zst

I copied them onto a flash drive, then installed as
pacman -U /mnt/sdb1/ncurses5-compat-libs-6.3-1-x86_64.pkg.tar.zst
...

@marc1n Can't help you at the moment. Just don't have NVIDIA.



By the way, found a typo in pre.sh
instead of
iw device wlan0 link
should be
iw dev wlan0 link
Reply


Messages In This Thread
RE: HowTo: Hashcat and hcxtools on Arch Linux Live USB - by v71221 - 03-20-2023, 09:08 AM