- Kali Linux Wireless Penetration Testing:Beginner's Guide
- Vivek Ramachandran Cameron Buchanan
- 319字
- 2021-07-23 19:45:29
Time for action – sniffing wireless packets
Follow the following instructions to begin sniffing packets:
- Power up the Access Point Wireless Lab that we configured in Chapter 1, Wireless Lab Setup.
- Start Wireshark by typing
Wireshark &
in the console. Once Wireshark is running, navigate to Capture | Interfaces. - Select packet capture from the
mon0
interface by clicking on the Start button to the right of themon0
interface as shown in the previous screenshot. Wireshark will begin the capture, and now you should see packets within the Wireshark window. - These are wireless packets that your wireless adapter is sniffing off the air. In order to view any packet, select it in the top window and the entire packet will be displayed in the middle window.
Click on the triangle in front of IEEE 802.11 Wireless LAN management frame to expand and view additional information.
Look at the different header fields in the packet and correlate them with the WLAN frame types and sub-types you have learned earlier.
What just happened?
We just sniffed out first set of packets off the air! We launched Wireshark, which used the monitor mode interface mon0
we created previously. You should notice, by looking at Wireshark's footer region, the speed at which the packets are being captured and also the number of packets captured till now.
Have a go hero – finding different devices
Wireshark traces can be a bit daunting at times; even for a reasonably populated wireless network, you could end up sniffing a few thousand packets. Hence, it is important to be able to drill down to those packets that interest us. This can be accomplished using filters in Wireshark. Explore how you can use these filters to identify unique wireless devices in the traces– both access points and wireless clients.
If you are unable to do this, don't worry as this is the next thing we will learn.
- 編程卓越之道(卷3):軟件工程化
- C++面向對象程序設計(微課版)
- Python網絡爬蟲從入門到實踐(第2版)
- 神經網絡編程實戰:Java語言實現(原書第2版)
- C#程序設計教程
- Java面向對象程序開發及實戰
- C語言從入門到精通(第4版)
- C語言程序設計學習指導與習題解答
- Express Web Application Development
- Kotlin編程實戰:創建優雅、富于表現力和高性能的JVM與Android應用程序
- 小型編譯器設計實踐
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- 計算機應用基礎案例教程(第二版)
- 從零開始構建深度前饋神經網絡:Python+TensorFlow 2.x
- Python數據預處理技術與實踐