-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG : yernisia GUI (-G) failed to detect gtk #88
Comments
I've hit the same problem. Any fix/workaround identified? |
same, if you fixed tell me please |
same, if you fixed tell me please |
Same problem here buddy |
same problem |
1 similar comment
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
<#88 (comment)>, 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. |
Ya it's run but in the end dhcp not sending package not working |
All The Commands Used:apt remove --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 ./configure --with-gtk make yersinia -G |
Using a kali 2024.3 Everything build I did the following.
There were some changes made to the admin.c file in my fork as well to get it to work, otherwise make failed. |
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
The text was updated successfully, but these errors were encountered: