Created
March 17, 2024 00:44
-
-
Save farhatizakaria/e763d6b1560f11ebf2a7291a7ae5492e to your computer and use it in GitHub Desktop.
yersiniaGTK for Kali Linux
This file contains 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 git clone https://github.com/tomac/yersinia /opt/yersinia | |
sudo git clone https://github.com/tomac/yersinia ~/yersinia | |
sudo chmod u+w /opt | |
sudo apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev | |
cd /opt/yersinia | |
sudo ./autogen.sh | |
sudo ./configure | |
sudo make | |
sudo make install | |
sudo chmod -R u+w /opt/yersinia | |
sudo ./configure --with-gtk | |
sudo make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment