hashcat Forum
[HOW TO] Install Hashcat on a VPS - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: [HOW TO] Install Hashcat on a VPS (/thread-7318.html)



[HOW TO] Install Hashcat on a VPS - honeyfairy - 02-21-2018

Here are the steps I used to successfully install and run Hashcat on my VPS, running Ubuntu 17

Code:
wget http://registrationcenter-download.intel.com/akdlm/irc_nas/12556/opencl_runtime_16.1.2_x64_rh_6.4.0.37.tgz
tar xf opencl_runtime_16.1.2_x64_rh_6.4.0.37.tgz
cd opencl_runtime_16.1.2_x64_rh_6.4.0.37
./install.sh

sudo apt install ocl-icd-opencl-dev


cd -
wget https://hashcat.net/files/hashcat-4.1.0.7z
apt-get installĀ  p7zip-full

7z x hashcat-4.1.0.7z

cd hashcat-4.1.0/

./hashcat64.bin -I