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…
All posts in Radio Frequency
802.11 Protocol refresh by diving into the sections of a 802.11 MAC Header. This will be the first part of a multi-part series covering the in depth coverage of 802.11 frames.…
GNU Radio is a free open source toolkit that provides signal processing blocks to implement software defined radios, and signal processing systems.…
RTL-SDR is a cheap USB device that can be configured with software to allow for a computer based radio scanner that will allow you to receive live radio signals within a certain vicinity.…