- Kali Linux Wireless Penetration Testing:Beginner's Guide
- Vivek Ramachandran Cameron Buchanan
- 304字
- 2021-07-23 19:45:29
Time for action – creating a monitor mode interface
Let's now set our wireless adapter into monitor mode.
Follow these instructions to get started:
- Boot Kali with your adapter connected. Once you are within the console, enter
iwconfig
to confirm that your card has been detected and the driver has been loaded properly. - Use the
ifconfig wlan1 up
command to bring the card up (wherewlan1
is your adapter). Verify whether the card is up by runningifconfig wlan1
. You should see the wordUP
in the second line of the output as shown in the following screenshot: - To put our card into monitor mode, we will use the
airmon-ng
utility that is available by default on Kali. First runairmon-ng
command to verify whether it detects the available cards. You should see thewlan0
interface listed in the output: - Now enter
airmon-ng start wlan1
command to create a monitor mode interface corresponding to thewlan0
device. This new monitor mode interface will be namedmon0
. (You can verify if it has been created by runningairmon-ng
without arguments again). - Also, running
ifconfig mon0
should now display a new interface calledmon0
.
What just happened?
We have successfully created a monitor mode interface called mon0
. This interface will be used to sniff wireless packets off the air. This interface has been created for our wireless adapter.
Have a go hero – creating multiple monitor mode interfaces
It is possible to create multiple monitor mode interfaces using the same physical card. Use the airmon-ng utility to see how you can do this.
Awesome! We have a monitor mode interface just waiting to read some packets off the air. So let's get started.
In the next exercise, we will use Wireshark to sniff packets off the air using the mon0 monitor mode interface we just created.
推薦閱讀
- OpenStack Cloud Computing Cookbook(Third Edition)
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 營銷數據科學:用R和Python進行預測分析的建模技術
- C語言從入門到精通(第4版)
- Python數據分析從0到1
- 微信小程序全棧開發技術與實戰(微課版)
- Apache Solr PHP Integration
- 大學計算機應用基礎(Windows 7+Office 2010)(IC3)
- 輕松學Scratch 3.0 少兒編程(全彩)
- Managing Windows Servers with Chef
- 詩意的邊緣
- Android開發權威指南(第二版)
- Mastering Data Analysis with R
- JavaScript設計模式與開發實踐
- 精通Oracle 12c 數據庫管理