sunhat/install/app_john_the_ripper.sh

6 lines
264 B
Bash
Raw Permalink Normal View History

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