Basic Operations
RDP
xfreerdp /d:sandbox(.local) /u:alex /p:'xxx' /v:10.5.5.20 +clipboard +drives /tls-seclevel:0Reconnaissance
Network interface info: ip a
Interface details: sudo iw list
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
sudo iw dev wlan0 interface add wlan0mon type monitor
sudo ip link set wlan0mon upVerify the setup
Remove VIF
Remote
CMD
Wireshark

Last updated