tomac / yersinia

A framework for layer 2 attacks
GNU General Public License v2.0
702 stars 119 forks source link

GTK: Not Opening #89

Open Maggin16 opened 8 months ago

Maggin16 commented 8 months ago

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

eser1984 commented 7 months ago

+1

Dcyyr commented 7 months ago

same

alecclyde commented 7 months ago

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.

0skull commented 6 months ago

@alecclyde you forget libpcap-dev in this line

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

ThatIdiotSid commented 5 months ago

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.

luoluo13 commented 2 months ago

same

luoluo13 commented 2 months ago

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 commented 2 weeks ago

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..... :(