wareck il y a 3 ans
Parent
commit
6fd148a238
1 fichiers modifiés avec 8 ajouts et 0 suppressions
  1. 8 0
      options/john.sh

+ 8 - 0
options/john.sh

@@ -0,0 +1,8 @@
+#!/bin/bash
+sudo apt-get install libbz2-dev libpcap-dev -y
+sudo apt-get -y install ocl-icd-opencl-dev opencl-headers pocl-opencl-icd
+cd /home/wareck/
+git clone https://github.com/openwall/john.git
+cd /home/wareck/john/src
+./configure
+make -j4