Christian <kimo> B.
Christian <kimo> B.
Use "./Wifite.py -h -v" to get full output. Anyhow I'll make a PR on some minor stuff when I got more time :+1:
I do too.. "ifconfig wlan1 down" "iwconfig wlan1 mode monitor" then run "wifite"
Last time I checked, 8188EUS doesn't support monitor mode/injection. At least not in Kali. I have a monitor mode driver which I've added injection too, but haven't released it yet.
The rtl8188eu(s) driver doesn't support injection.
You may try the https://github.com/kimocoder/rtl8188eus driver, I've added injection bit don't know if it's working yet, will do more work to it later. Anyway, the lwfinger 8188eu driver doesn't support...
what is the output of "airmon-ng" ? I have to say it one more time perhaps.. the 8188eu driver from lwfinger does NOT support monitor mode
Ask in the NetHunter repo @ https://github.com/offensive-security/kali-nethunter
This is due to a bug in the ifconfig/iwconfig migration to ip/iw. Can you try my fork at https://github.com/kimocoder/wifite2 And report back?
power saving may be disabled in Makefile too
You need to manually edit the driver for it to work, as our driver is slighty different, but the patch would work. Take a look at this https://github.com/aircrack-ng/rtl8812au/commit/f221a169f281dab9756a176ec2abd91e0eba7d19 Just manually...