Who is on My WiFi?

WiFi Logo

Who is on My WiFi?
How to find out what devices are connecting to your WiFi AP.

WiFi Logo 2

Requirements

Hardware

  • Raspberry Pi
  • WiFi Adapter capable of entering “monitor mode” something like the Alfa AWUS036AC

Software

  • Linux OS
  • aircrack-ng
Kili Linux Logo

Information

  • SSID: The name of your AP WiFi Network

Kill Networking

sudo airmon-ng check kill
Killing these processes:

  PID Name
  333 dhclient
  666 wpa_supplicant

Put Card into Monitor Mode

sudo airmon-ng start wlan1




Monitor the Air

sudo airodump-ng wlan1

Save It

sudo airodump-ng wlan1 --bssid FF:FF:FF:FF:FF:FF --channel 6 -w FreeWiFi --output-format csv --write-interval 60