yersinia icon indicating copy to clipboard operation
yersinia copied to clipboard

GTK: Not Opening

Open Maggin16 opened this issue 1 year ago • 8 comments

It's giving an error like this '' Hmmm... it seems that you don't have gtk support or Yersinia has been configured with --disable-gtk option... Go and get it!! What should I do

Maggin16 avatar Dec 24 '23 15:12 Maggin16

+1

eser1984 avatar Feb 04 '24 14:02 eser1984

same

Dcyyr avatar Feb 06 '24 13:02 Dcyyr

Current workaround (still get some errors, but the Yersinia runs):

git clone https://github.com/tomac/yersinia /opt/yersinia
apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev
cd /opt/yersinia
./autogen.sh
./configure
make
make install

then it should run. Look for errors throughout each configure or autogen command run for packages it tells you are missing.

alecclyde avatar Feb 07 '24 14:02 alecclyde

@alecclyde you forget libpcap-dev in this line

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

0skull avatar Feb 26 '24 23:02 0skull

Just as a heads up, the listed workaround does result in xz-utils 5.6.1 and liblzma 5.6.1 being auto-installed as dependencies in Kali as of 4/3/2024.

ThatIdiotSid avatar Apr 04 '24 02:04 ThatIdiotSid

same

luoluo13 avatar Jul 07 '24 09:07 luoluo13

Current workaround (still get some errors, but the Yersinia runs):

git clone https://github.com/tomac/yersinia /opt/yersinia
apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev
cd /opt/yersinia
./autogen.sh
./configure
make
make install

then it should run. Look for errors throughout each configure or autogen command run for packages it tells you are missing.

but it still error like the header said..... :(

luoluo13 avatar Jul 07 '24 09:07 luoluo13

you forgot to add --with-gtk...

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 make make install

Current workaround (still get some errors, but the Yersinia runs):

git clone https://github.com/tomac/yersinia /opt/yersinia
apt install autoconf libgtk-3-dev libnet1-dev libgtk2.0-dev
cd /opt/yersinia
./autogen.sh
./configure
make
make install

then it should run. Look for errors throughout each configure or autogen command run for packages it tells you are missing.

but it still error like the header said..... :(

NILS-IT-OT-SEC avatar Aug 19 '24 21:08 NILS-IT-OT-SEC