Now we move on to Linux! Learned myself how to do multi-adapters on Ubuntu with Wireshark. I am sooooo excited!😬 There's more. ⬇
HANDY COMMANDS:
INSTALL AIRCRACK-NG
sudo apt-get update
sudo apt-get install aircrack-ng
SET NICS TO MONITOR MODE
sudo airmon-ng check (Checks for possible interfering processes.)
sudo airmon-ng check kill (Kill ‘dem processes!)
sudo airmon-ng start interface-name (Start monitor mode)
sudo airmon-ng stop interface-name (Stop monitor mode)
START NETWORK MANAGER
sudo systemctl start NetworkManager.service
REMOVE AVAHI-DAEMON
sudo apt purge avahi-daemon
CAN'T CAPTURE IN WIRESHARK?! 😱
sudo dpkg-reconfigure wireshark-common
(press the right arrow and enter for yes)
sudo chmod +x /usr/bin/dumpcap