- Kali Linux Wireless Penetration Testing:Beginner's Guide
- Vivek Ramachandran Cameron Buchanan
- 206字
- 2021-07-23 19:45:31
Time for action – packet injection
We will be using the aireplay-ng tool, which is available in Kali, for this exercise.
Follow the instructions below carefully:
- In order to do an injection test, first start Wireshark and the filter expression
(wlan.bssid == <mac>) && !(wlan.fc.type_subtype == 0x08)
. This will ensure that we only see non-beacon packets for our lab network. - Now run the following command
aireplay-ng -9 -e
Wireless Lab-a <mac> mon0
on a terminal. - Go back to Wireshark and you should see a lot of packets on the screen now. Some of these packets have been sent by
aireplay-ng
, which we launched, and others are from the access point Wireless Lab in response to the injected packets.
What just happened?
We just successfully injected packets into our test lab network using aireplay-ng. It is important to note that our card injected these arbitrary packets into the network without being actually connected to the access point Wireless Lab.
推薦閱讀
- HTML5+CSS3王者歸來
- 零基礎搭建量化投資系統:以Python為工具
- Xcode 7 Essentials(Second Edition)
- React.js Essentials
- Practical Windows Forensics
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- C語言程序設計同步訓練與上機指導(第三版)
- 軟件測試實用教程
- 零代碼實戰:企業級應用搭建與案例詳解
- jQuery for Designers Beginner's Guide Second Edition
- 數據科學中的實用統計學(第2版)
- Oracle Database XE 11gR2 Jump Start Guide
- LabVIEW數據采集(第2版)
- Qt編程快速入門
- Programming MapReduce with Scalding