Created
January 12, 2017 19:28
-
-
Save metahertz/5fadaffc68a58986af798c03fd39594d to your computer and use it in GitHub Desktop.
Setup AWS Linux P2 instance for hashcat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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