yersinia icon indicating copy to clipboard operation
yersinia copied to clipboard

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

Open Hamza1821 opened this issue 1 year ago • 10 comments

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

Hamza1821 avatar Dec 12 '23 16:12 Hamza1821

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

githubmaverick avatar Dec 16 '23 16:12 githubmaverick

same, if you fixed tell me please

007gidon avatar Dec 19 '23 17:12 007gidon

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

same, if you fixed tell me please

007gidon avatar Dec 19 '23 17:12 007gidon

Same problem here buddy

Z3RX19 avatar Dec 22 '23 02:12 Z3RX19

same problem

Abdulkhaliq2006 avatar Dec 23 '23 20:12 Abdulkhaliq2006

same problem

Maggin16 avatar Dec 24 '23 16:12 Maggin16

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: @.***>

007gidon avatar Dec 25 '23 08:12 007gidon

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.

alecclyde avatar Feb 07 '24 14:02 alecclyde

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

tarunsagarpandey avatar May 06 '24 03:05 tarunsagarpandey

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

RahulP2420 avatar Aug 08 '24 16:08 RahulP2420