ShmuelLa / Evil-Twin

Evil Twin attack python implementation
MIT License
0 stars 1 forks source link

Main.py #2

Open throwawaya609 opened 2 years ago

throwawaya609 commented 2 years ago

Before I thought I solved the issue by adding python before main.py and yes, it did work however every time I opened it I would have to configure my devices with network manager using option 1 and after it finished I wouldn't be back in the attack screen and whenever I closed it and made a new terminal "python main.py" wouldn't start and yes I ran it as root and installed the requirements.

ShmuelLa commented 2 years ago

Does your wireless adapter support monitor mode? You need a total of two for this attack, one which would be configures to monitor mode and another with internet access for the attacked device at the end.

throwawaya609 commented 2 years ago

I only have one wireless adapter, and it has monitor mode. I use eth0 as my other option.

ShmuelLa commented 2 years ago

If by eth0 you mean you have an ethernet connection enabling the internet to the device that's fine. Use the wireless adapter as the attacking interface while setting the devicesand then run the scan afterward.

And for the next comments it'll help if you can show some screenshots

throwawaya609 commented 2 years ago

image image image I'm running kali using VMware, I don't think it should affect it though but this is what I did in order. after this it just stays frozen I don't get returned to the main options menu and I cant do python main.py or it'll just simply not work image

ShmuelLa commented 2 years ago

Looks like the process is stuck when trying to create a new virtual interface. We developed and run that code on a LiveCD kali, theoretically, this should work on a virtual machine but you need to make sure the VM has full hardware access. Can you try running on a LiveCD?