Posted by: Craftonix
« on: November 06, 2020, 09:43:53 am »I found the problem :
The commands to set in monitor mode using iw seems not to be correct or incomplete.
i added this to my monitor enable script
and now the injection/deauth work better, i now capture handshake correctly.
I will dig it now what the difference between iw and iwconfig
The commands to set in monitor mode using iw seems not to be correct or incomplete.
i added this to my monitor enable script
Code: [Select]
ifconfig wlan0 down
iwconfig wlan0 mode monitor
ifconfig wlan0 up
and now the injection/deauth work better, i now capture handshake correctly.
I will dig it now what the difference between iw and iwconfig