Basic Operations
RDP
Reconnaissance
Network interface info: ip a
Interface details: sudo iw list
If it said "nl80211 not found." that mean we are using ieee80211 drivers. Else we are using mac80211 and the "iw list" output will print wireless card informations.
Interface's driver: sudo airmon-ng
USB ports status: sudo lsusb -vv
In-range APs: sudo iw dev wlan0 scan | egrep "DS Parameter set|SSID:"
Setup
Create & bring up virtual interface in monitor mode
Verify the setup
Remove VIF
Remote
Pre-requisite:
SSH to remote sys
remote sys wireless interface in monitor mode
CMD
Wireshark
Last updated