- Kali Linux Wireless Penetration Testing:Beginner's Guide
- Vivek Ramachandran Cameron Buchanan
- 327字
- 2021-07-23 19:45:28
Revisiting WLAN frames
As this book deals with the security aspects of wireless, we will assume that you already have a basic understanding of the protocol and the packet headers. If not, or if it's been some time since you worked on wireless, this would be a good time to revisit this topic again.
Let's now quickly review some basic concepts of WLANs that most of you may already be aware of. In WLANs, communication happens over frames. A frame would have the following header structure:

The Frame Control
field itself has a more complex structure:

The Type field defines three types of WLAN frame:
- Management frames: Management frames are responsible for maintaining communication between access points and wireless clients. Management frames can have the following subtypes:
- Control frames: Control frames are responsible for ensuring a proper exchange of data between access points and wireless clients. Control frames can have the following subtypes:
- Request to Send (RTS)
- Clear to Send (CTS)
- Acknowledgement (ACK)
- Data frames: Data frames carry the actual data that is sent on the wireless network. There are no subtypes for data frames.
We will discuss the security implications of each of these frames when we discuss different attacks in later chapters.
We will now look at how to sniff these frames over a wireless network using Wireshark. There are other tools—such as Airodump-NG, Tcpdump, or Tshark—that you can use for sniffing as well. We will, however, mostly use Wireshark in this book, but we encourage you to explore other tools as well. The first step to do this is to create a monitor mode interface. This will create an interface for our adapter, which allows us to read all wireless frames in the air, regardless of whether they are destined for us or not. In the wired world, this is popularly called promiscous mode.
- 數據科學實戰手冊(R+Python)
- 潮流:UI設計必修課
- Python入門很簡單
- JMeter 性能測試實戰(第2版)
- 新編Premiere Pro CC從入門到精通
- PostgreSQL Replication(Second Edition)
- Hands-On Automation Testing with Java for Beginners
- Microsoft Dynamics AX 2012 R3 Financial Management
- Mastering Python Design Patterns
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Visual Studio Code 權威指南
- 從零開始:UI圖標設計與制作(第3版)
- Advanced Python Programming
- Practical Predictive Analytics
- Google Maps JavaScript API Cookbook