Created
August 4, 2022 16:46
-
-
Save jenaye/de8a04537ec031a1ac78df01af31aa93 to your computer and use it in GitHub Desktop.
install john
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
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