Hallo zusammen,
habe schon eine paar Anleitungen durch und finde jedoch keine Lösung. Also: wollte hashcat auf vast.ai installieren. Dachte mir, kann nicht so schwierig sein, jedoch bekomme ich immer Fehlermeldungen.
Soweit so gut. Jedoch bei der Aufrufe von
hashcat -b
kommt
Habe es probiert mit:
nvidia/opencl: runtime
nvidia/opencl: devel-ubuntu18.04
nvidia/opencl: devel-ubuntu16.04
immer der selbe Fehler.
Ach ja, das System: GTX 1070 Ti auf Xeon® E5-2620 v4
habe schon eine paar Anleitungen durch und finde jedoch keine Lösung. Also: wollte hashcat auf vast.ai installieren. Dachte mir, kann nicht so schwierig sein, jedoch bekomme ich immer Fehlermeldungen.
Code:
apt-get update
apt-get upgrade
hashcat -V
apt-get install wget
apt-get install build-essential gcc automake checkinstall
wget https://hashcat.net/files/hashcat-6.0.0.tar.gz
tar -xvzf hashcat-6.0.0.tar.gz
cd hashcat-6.0.0
make
./hashcat -V
v6.0.0
Soweit so gut. Jedoch bei der Aufrufe von
hashcat -b
kommt
Code:
hashcat (v6.0.0) 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.
* Device #1: CUDA SDK Toolkit installation NOT detected.
CUDA SDK Toolkit installation required for proper device support and utilization
Falling back to OpenCL Runtime
* Device #1: Outdated or broken NVIDIA driver '440.31' detected!
You are STRONGLY encouraged to use the officially supported NVIDIA driver.
See hashcat's homepage for officially supported NVIDIA drivers.
See also: https://hashcat.net/faq/wrongdriver
You can use --force to override this, but do not report related errors.
Started: Thu Jul 2 13:08:20 2020
Stopped: Thu Jul 2 13:08:20 2020
Habe es probiert mit:
nvidia/opencl: runtime
nvidia/opencl: devel-ubuntu18.04
nvidia/opencl: devel-ubuntu16.04
immer der selbe Fehler.
Ach ja, das System: GTX 1070 Ti auf Xeon® E5-2620 v4
Zuletzt bearbeitet von einem Moderator: