Fixes and added john the ripper install

This commit is contained in:
2024-07-11 08:53:27 -05:00
parent 6ea8f02158
commit d14d4bc1b8
4 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
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