-
Notifications
You must be signed in to change notification settings - Fork 46
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
Kali 2.0 - #31
Comments
I will have to download Kali 2.0 and test this. Will address shortly |
I can confirm this problem. Solution is: it seems to me, that "original" wifite (r87) somehow prepare WiFi card. I had similar problem when I tried to start monitor mode using airmon-ng. No monitor mode started, wifite fixed that problem for me every session, so now I always run "original" wifite at first after boot Kali 2.0. |
Hi thanks for checking that. I was wondering is it possible to just run pixiewps attack. Maybe an enhancement in the future. Thanks! |
I've got it!! (I've looked into "original" wifite) call(['airmon-ng', 'start', iface], stdout=DN, stderr=DN) change it to (add 1 line in front): call(['airmon-ng', 'check', 'kill'], stdout=DN, stderr=DN) |
I'm on Ubuntu 15.04, and whenever I use that method I lose internet access after I run Wifite. This is because it's killing my network manager. Make sure to also have it restart the NetworkManager and wpa_supplicant services as soon as it's done. I tried doing this myself but it didn't seem to work. I added this after the "Disabling monitor mode" dialog: print 'Restarting NetworkManager and wpa_supplicant' I don't know the language, so maybe I was just doing something wrong. And even better way would be to replace the check, then kill, with something that stored what was currently running into an array, then restart all of the services in the array after wifite was done. TL;DR |
+1 for @FallenArchAngel, same issue here, each time I stop using WiFite need to restart the network-manager service. I have Kali 2.0 with WiFite v2 (r87). |
Hi,
Great tool . I have used it plenty of times on Kali 1.0
But on Kali 2.0 it just says
enabling monitor mode on phy1
enabling monitor mode on phy1
enabling monitor mode on phy1
any ideas?
Thank you !
The text was updated successfully, but these errors were encountered: