Skip to content
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

Open
Hamza1821 opened this issue Dec 12, 2023 · 11 comments
Open

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

Hamza1821 opened this issue Dec 12, 2023 · 11 comments

Comments

@Hamza1821
Copy link

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
Copy link

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

@007gidon
Copy link

same, if you fixed tell me please

@007gidon
Copy link

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

same, if you fixed tell me please

@Z3RX19
Copy link

Z3RX19 commented Dec 22, 2023

Same problem here buddy

@Abdulkhaliq2006
Copy link

same problem

1 similar comment
@Maggin16
Copy link

same problem

@007gidon
Copy link

007gidon commented Dec 25, 2023 via email

@alecclyde
Copy link

alecclyde commented Feb 7, 2024

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
Copy link

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
Copy link

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

@infosecconsultant
Copy link

Using a kali 2024.3 Everything build I did the following.

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

git clone https://github.com/infosecconsultant/yersinia.git
cd yersinia/
sudo apt update && sudo apt upgrade && sudo apt install autoconf automake autotools-dev libnet1-dev libgtk2.0-dev libpcap-dev
./autogen.sh
./configure
make
sudo make install

yersinia -G

There were some changes made to the admin.c file in my fork as well to get it to work, otherwise make failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants