1. Update the system
# Make sure you are up to date
sudo apt update && sudo apt upgrade -y
  1. Remove previous installed yersinia versions (if applicable)
apt remove --auto-remove yersinia
apt purge --auto-remove yersinia
  1. Remove “yersinia” directory from “/opt” (if applicable)

image.png

  1. Download and Install yersinia and libraries
git clone <https://github.com/tomac/yersinia> /opt/yersinia
apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev libpcap-dev -y

cd /opt/yersinia
./autogen.sh

./configure --with-gtk

image.png

image.png

  1. Run “make” command
make

image.png