Scappy

Creating a Wi-Fi Scanner with Python and Scapy

Wi-Fi Hacking: Creating a Wi-Fi Scanner with Python and Scapy Although there are numerous tools to hack Wi-Fi (802.11), to create your own tools you will need to understand the Wi-Fi protocol. In a previous tutorial, I explained the various types of frames in Wi-Fi. Now we will use that information to crate our own Wi-Fi scanner very similar to the aircrack-ng suite’s airmon-ng or Kismet. To begin, we will need to understand a bit about scapy.