- Kali Linux Wireless Penetration Testing:Beginner's Guide
- Vivek Ramachandran Cameron Buchanan
- 223字
- 2021-07-23 19:45:32
Time for action – experimenting with your adapter
Follow the instructions below carefully:
- Enter the
iwconfig wlan0
command to check the capabilities of your card. As you can see in the figure below, my adapter can operate in the b, g, and n bands. - To set the card on a particular channel, we use the
iwconfig mon0 channel X
commands. - The
iwconfig
series of commands does not have a channel hopping mode. One could write a simple script over it to make it do so. An easier way is to use Airodump-NG with options to either hop channels arbitrarily, use only a subset, or use only selected bands. All these options are illustrated in the screenshot below when we runairodump-ng --help
:
What just happened?
We understood that both wireless sniffing and packet injection depend on the hardware support available. This means that we can only operate on bands and channels allowed by our card. Also, the wireless card radio can only be on one channel at a time. This further means that we can only sniff or inject in one channel at a time.
Have a go hero – sniffing multiple channels
If you need to simultaneously sniff on multiple channels, you will require multiple physical Wi-Fi cards. If you can procure additional cards, then try to sniff on multiple channels simultaneously.
推薦閱讀
- Spring Cloud Alibaba核心技術(shù)與實(shí)戰(zhàn)案例
- Oracle WebLogic Server 12c:First Look
- C# 2012程序設(shè)計(jì)實(shí)踐教程 (清華電腦學(xué)堂)
- Vue.js入門與商城開發(fā)實(shí)戰(zhàn)
- Java程序設(shè)計(jì)與計(jì)算思維
- Groovy for Domain:specific Languages(Second Edition)
- HTML5 and CSS3 Transition,Transformation,and Animation
- Nginx Essentials
- 重學(xué)Java設(shè)計(jì)模式
- Python時(shí)間序列預(yù)測(cè)
- Node.js全程實(shí)例
- Node學(xué)習(xí)指南(第2版)
- HTML+CSS+JavaScript編程入門指南(全2冊(cè))
- SQL Server 2016 從入門到實(shí)戰(zhàn)(視頻教學(xué)版)
- 零基礎(chǔ)學(xué)Scratch 3.0編程