yersinia
yersinia copied to clipboard
BUG : yernisia GUI (-G) failed to detect gtk
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
I've hit the same problem. Any fix/workaround identified?
same, if you fixed tell me please
I've hit the same problem. Any fix/workaround identified?
same, if you fixed tell me please
Same problem here buddy
same problem
same problem
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: @.***>
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.
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
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