一、linux安装hashcat
git clone https://github.com/hashcat/hashcat.git
make
make install
二、安装驱动
驱动版本安装大全:https://developer.nvidia.com/cuda-toolkit-archive
查看自己显卡选择对应的版本,根据下面命令无脑安装就行了
wget https://developer.download.nvidia.com/compute/cuda/12.2.0/local_installers/cuda_12.2.0_535.54.03_linux.run
sudo sh cuda_12.2.0_535.54.03_linux.run -no-x-check -no-nouveau-check -no-opengl-files
nvidia-smi # 查看显卡驱动信息
三、测试
hashcat -I # 查看硬件信息
hashcat -b -m 22000 # 测试是否正常运行以及破解速度