THE BLOG ★ Ramblings on WiFi & stuff.

Ep. 004: PCAP'n with Eddie! Multi Channel Wireless Packet Capture on the LINUX!

Now we move on to Linux! Learned myself how to so multi-adapters on Ubuntu with Wireshark. I am sooooo excited! :-) There's more. ⬇ Ubuntu 2019.3 Wireshark 3.0.5 Netgear A6210 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.)

Now we move on to Linux! Learned myself how to do multi-adapters on Ubuntu with Wireshark. I am sooooo excited!😬 There's more. ⬇

Ubuntu 2019.3

Wireshark 3.0.5

Netgear A6210

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