Skip to content

Instantly share code, notes, and snippets.

@farhatizakaria
Created March 17, 2024 00:44
Show Gist options
  • Save farhatizakaria/e763d6b1560f11ebf2a7291a7ae5492e to your computer and use it in GitHub Desktop.
Save farhatizakaria/e763d6b1560f11ebf2a7291a7ae5492e to your computer and use it in GitHub Desktop.
yersiniaGTK for Kali Linux
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