802.11 Protocol - Python Scripting

802.11 Protocol - Python Scripting

Introduction In the previous blog post we begun diving into the wonderful world of 802.11 protocol.  802.11 is a protocol for defining a set of media access controls and physical layer specifications for implementing a wireless LAN access.  What is most commonly known as wireless technology.  In this blog post we will be looking at using a popular Python module named Scapy to manipulate, craft, and send 802.11 packets over the air.   There are some prerequisites if you plan on following along with this blog post, and trying some of the code written here.  The code should…

Read More