sunhat/install/app_john_the_ripper.sh

6 lines
252 B
Bash

sudo dnf install yasm gmp-devel libpcap-devel bzip2-devel
git clone https://github.com/magnumripper/JohnTheRipper.git ~/.local/share/sunhat/packages/JohnTheRipper/
cd ~/.local/share/sunhat/JohnTheRipper/src
./configure && make
cd ~/.local/share/sunhat