How To Fix Yersinia gtk support In Kali Linux 2024

preview_player
Показать описание
How To Fix Yersinia In Kali Linux 2024. If You Are Having Issues Launching Yersinia In Kali Linux, Then You Will A Fix In This Video.
==============================================
All The Commands Used:
==============================================

apt remove --auto-remove yersinia
apt purge --auto-remove yersinia

apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev libpcap-dev -y

cd /opt/yersinia

./configure --with-gtk

make
make install

yersinia -G
Рекомендации по теме
Комментарии
Автор

I love you brother. You solved my problem. I'm new to ethical hacking and Kali Linux and this video helped me fixing the issue. 😊

Kali-ho
Автор

After did all steps, when i m trying to type yersinia -G, i ve got error :"bash: /usr/bin/yersinia: No such file or directory

Bobsonxxxx
Автор

Thank you for the instructions. Worked great!

jaredher
Автор

hey guys
when i type make command
i get some errors like this

make[2]: *** [Makefile:454: admin.o] Error 1
make[2]: Leaving directory '/opt/yersinia/src'
make[1]: *** [Makefile:352: all] Error 2
make[1]: Leaving directory '/opt/yersinia/src'
make: *** [Makefile:460: all-recursive] Error 1

similarly for make install command
i get errors like this

make[1]: *** [Makefile:454: admin.o] Error 1
make[1]: Leaving directory '/opt/yersinia/src'
make: *** [Makefile:460: install-recursive] Error 1

can anyone aid to solve this issue?

Lionson-vd
Автор

@TheTechMentor Hi is there a tutorial on how to make the drag and drop and clipboard feature from host to guest work?

Also for all those who get some lib package not found when running "apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev libpcap-dev -y" use the command "sudo apt update" first to update then it will run. Hope it helps someone!

AKSKMY
Автор

its not working has this been updated ?

daneblack-cp
Автор

after make command it shows an error...

davidkekstroll