Skip to content

Instantly share code, notes, and snippets.

@metahertz
Created January 12, 2017 19:28
Show Gist options
  • Save metahertz/5fadaffc68a58986af798c03fd39594d to your computer and use it in GitHub Desktop.
Save metahertz/5fadaffc68a58986af798c03fd39594d to your computer and use it in GitHub Desktop.
Setup AWS Linux P2 instance for hashcat
wget http://us.download.nvidia.com/XFree86/Linux-x86_64/375.26/NVIDIA-Linux-x86_64-375.26.run
sudo yum install dkms gcc cc kernel-devel
sudo yum update kernel
sudo chmod +x ./NVIDIA-Linux-x86_64-375.26.run
shutdown -r now #We need the running kernel to match our sources.
# enable the epel repo in /etc/yum.repos.d/epel.repo
yum install p7zip
wget https://hashcat.net/files/hashcat-3.30.7z
p7z x hashcat-3.30.7z
cd hashcat
./hashcat64.bin --benchmark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment