Skip to content

Instantly share code, notes, and snippets.

@jenaye
Created August 4, 2022 16:46
Show Gist options
  • Save jenaye/de8a04537ec031a1ac78df01af31aa93 to your computer and use it in GitHub Desktop.
Save jenaye/de8a04537ec031a1ac78df01af31aa93 to your computer and use it in GitHub Desktop.
install john
sudo apt-get -y install git build-essential libssl-dev zlib1g-dev
sudo apt-get -y install yasm pkg-config libgmp-dev libpcap-dev libbz2-dev
git clone https://github.com/openwall/john -b bleeding-jumbo john
cd ~/john/src
./configure
make -s clean
make -sj4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment