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

Capturing WPA/WPA2 Handshakes with WiFi Pineapple

Capturing WPA/WPA2 Handshakes with WiFi Pineapple

This guide is assuming that you have already setup a WiFi Pineapple, and are logged into the administration portal.  This is what the administrative portal should look like once logged in (minus the dark theme which was installed by me).   Choose the Manage Modules option on the left menu navigational bar.   Click the Get Modules from WiFiPineapple.com button to populate the Modules on the page. As you can see from the screenshot below the Available Modules will load so you can select Install on the left side of the screen. The module we want to install is called SiteSurvey.…

Read More