- BackTrack 5 Wireless Penetration Testing Beginner's Guide
- Vivek Ramachandran
- 207字
- 2021-04-02 18:48:47
Time for action – packet injection
We will be using the aireplay-ng
tool which is available in BackTrack for this exercise.
Follow these instructions carefully:
- In order to do an injection test, first start Wireshark and the filter expression (wlan.bssid == 00:21:91:d2:8e:25) && !(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 00:21:91:d2:8e:25 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 pointWireless Lab
in response to the injected packets:
推薦閱讀
- UG NX10.0從新手到高手
- AutoCAD 2010中文版基礎教程(第2版)
- Drupal 7 Module Development
- Procreate插畫入門必修課
- AutoCAD快速自學寶典(2018中文版)
- Photoshop案例實戰從入門到精通
- Drools規則引擎技術指南
- 3ds Max 2015中文版從入門到精通
- PHP 5 Social Networking
- 從零開始:AutoCAD 2010中文版建筑制圖基礎培訓教程(第2版)
- Photoshop CS6中文版基礎與實例教程(第6版)
- 中文版Photoshop CS6完全自學手冊(超值版)
- Excel革命!超級數據透視表Power Pivot與數據分析表達式DAX快速入門
- Adobe創意大學Premiere Pro產品專家認證標準教材(CS6修訂版)
- Vulkan實戰