
Note: This tutorial assumes you are using any Unix-based environment, it is also suggested you use Kali Linux.Īfter that, we gonna use pandas just for printing in a nice format (you can change that obviously): pip3 install pandas Or you can clone the current development version in Github: git clone


To get started, you need to install Scapy, I have cloned the development version, you can also install it using pip: pip3 install scapy Related: How to Extract Saved WiFi Passwords in Python.

If you're in this field for a while, you might have seen the airodump-ng utility that sniffs, captures, and decodes 802.11 frames to display nearby wireless networks in a nice format, in this tutorial, we will do a similar one. Have you ever wanted to build a tool to display nearby wireless networks along with their MAC address and some other useful information? Well, in this tutorial, we are going to build a Wi-Fi scanner using the Scapy library in Python.
