tomac / yersinia

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

BUG : yernisia GUI (-G) failed to detect gtk #88

Open Hamza1821 opened 8 months ago

Hamza1821 commented 8 months ago

i am using kali linux an i tried to use yernisia's gui . i run command " yernisia -G" in my terminal but it give error like

" Hmmm... it seems that you don't have gtk support or Yersinia has been configured with --disable-gtk option... Go and get it!! "

however i tried all the method possible to solve this issue , i have downloaded correct version of GTK still the error never go off

Screenshot from 2023-12-12 21-53-25

githubmaverick commented 8 months ago

I've hit the same problem. Any fix/workaround identified?

007gidon commented 8 months ago

same, if you fixed tell me please

007gidon commented 8 months ago

I've hit the same problem. Any fix/workaround identified?

same, if you fixed tell me please

Z3RX19 commented 8 months ago

Same problem here buddy

Abdulkhaliq2006 commented 8 months ago

same problem

Maggin16 commented 8 months ago

same problem

007gidon commented 8 months ago

I figured it out, go to chat gbt and ask him for installing yersinia with gtk mode. he will give you the commands but still you'll have an error, copy the the error and send him again, and he will fix it. should fix you with two chat gbt requests. if not, just keep copping your error and send him again.

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free.www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sun, Dec 24, 2023 at 6:29 PM Maggin16 @.***> wrote:

same problem

— Reply to this email directly, view it on GitHub https://github.com/tomac/yersinia/issues/88#issuecomment-1868553369, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYPQDPQVJ6YFTC76HKSNB33YLBKALAVCNFSM6AAAAABARYGWD2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRYGU2TGMZWHE . You are receiving this because you commented.Message ID: @.***>

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 for packages it tells you are missing.

tarunsagarpandey commented 4 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 for packages it tells you are missing.

Ya it's run but in the end dhcp not sending package not working

RahulP2420 commented 4 weeks ago

All The Commands Used:

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

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

yersinia -G