We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I edited CONFIG_WIFI_MONITOR flag to make it support monitor mode.
Then I did:
sudo iwconfig wlp3s0f3u3 mode monitor sudo airodump-ng wlp3s0f3u3
and the card is in monitor mode as you can see:
wlp3s0f3u3 IEEE 802.11b ESSID:"" Nickname:"<WIFI@REALTEK>" Mode:Monitor Frequency:2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0
but no handshakes are captured with airodump-ng... why?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I edited CONFIG_WIFI_MONITOR flag to make it support monitor mode.
Then I did:
and the card is in monitor mode as you can see:
but no handshakes are captured with airodump-ng... why?
The text was updated successfully, but these errors were encountered: