Summary
In this chapter, we have made some key observations about WLAN protocols.
Management, control, and data frames are unencrypted and thus can be easily read by someone who is monitoring the airspace. It is important to note here that the data packet payload can be protected using encryption to keep it confidential. We will talk about this in the next chapter.
We can sniff the entire airspace in our vicinity by putting our card into monitor mode.
As there is no integrity protection in management and control frames, it is very easy to inject these packets by modifying them or replaying them as-is using tools such as aireplay-ng
.
Unencrypted data packets can also be modified and replayed back to the network. If the packet is encrypted, we can still replay the packet as-is, as WLAN by design does not have packet replay protection.
In the next chapter, we will look at different authentication mechanisms that are used in WLANs such as MAC filtering and shared authentication, and understand the various security flaws in them through live demonstrations.
- C語言程序設(shè)計(jì)案例教程(第2版)
- The Modern C++ Challenge
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Python貝葉斯分析(第2版)
- Learning Apache Mahout Classification
- PHP 7+MySQL 8動態(tài)網(wǎng)站開發(fā)從入門到精通(視頻教學(xué)版)
- Learning FuelPHP for Effective PHP Development
- Unity UI Cookbook
- WordPress 4.0 Site Blueprints(Second Edition)
- Python算法詳解
- Learning YARN
- OpenCV with Python By Example
- 汽車人機(jī)交互界面整合設(shè)計(jì)
- Python計(jì)算機(jī)視覺和自然語言處理
- 深入理解BootLoader