Skip to content

Instantly share code, notes, and snippets.

@nl5887
Last active October 12, 2020 16:11
Show Gist options
  • Save nl5887/5bca2aece4fb7b00376ee002ef33a6e1 to your computer and use it in GitHub Desktop.
Save nl5887/5bca2aece4fb7b00376ee002ef33a6e1 to your computer and use it in GitHub Desktop.
Install oclHashCat on Ubuntu 16.04
apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y

apt-get install build-essential

sh ./NVIDIA-Linux-x86_64-367.27.run

# this will remove nouveau module during boot

update-initramfs -u

reboot

wget http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda_7.5.18_linux.run
sudo sh cuda_7.5.18_linux.run --override

don't install driver

wget https://hashcat.net/files/cudaHashcat-2.01.7z
apt-get install -y p7zip
7zr x cudaHashcat-2.01.7z
./cudaHashcat64.bin -b
@kriston77
Copy link

Cannot write to ‘thread-5639-post-30306.html’ (Success).

@Aspect9
Copy link

Aspect9 commented Sep 7, 2017

Fkd up my Linux... had to reinstall = tears **

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment