How To Install Usb Wifi Adapter On Kali Linux Background
May 26, 2017 - 5 min - Uploaded by SSTec TutorialsInstall USB Wifi adapter on PC Tp-Link WN722N on Kali Linux 2017.1 And Windows 10. Buy the Best Wireless Network Adapter for Wi-Fi Hacking in. Install Kali Live on a USB Drive. Hello, Full disclosure: I am completely new to this forum and to Kali Linux. My main objective is to get Kali to recognize my Netgear WNDA3100v2 USB wireless adapter so it appears after running airmon-ng. Download free project management by k nagarajan pdf to excel online.
What are the limitations we have when we are performing aircrack-ng pen testing using laptop's built-in WiFi adapter? Many pen testers are using USB WiFi dongles for this purpose and I wonder why.
- What are the best available WiFi USB adapters for this purpose? I have purchased the TP LINK-WN722 adapter but it didn't get installed properly in Windows 10.
- I am using Kali inside my Win 10 box as a VM. Can I use my WiFi USB adapter as a WiFi interface in my Kali VM ?
3 Answers
Some of the reasons that would explain the limitations of using your built-in wifi adapter instead of a USB dongle on a pentesting focused vm:
- Monitor Mode support, or other features like this card that supports packet injection. It's easier to chose hardware if you have a wireless card that can be removed without having to teardown your computer/notebook.
- Allow the dongle to be accessed using usb-passthrough. Since a Virtual Machine is doomed to use the hypervisor infrastructure to create network cards, depending on how this is managed, could break monitor mode and other capabilities related to pentesting. This way, it will work like a card being plugged directly to the vm. This video is a good example on how to passthrough a USB card to a Kali Linux guest inside VirtualBox.
- Because those USB dongles have better plug-and-play support on Linux. You dont have to install drivers on Windows, since you will present this dongle using usb-passthrough. Here, you have a document that displays what are the best and more capable(with more features) USB devices for wireless monitoring. It's not only about the manufacturer, but the chip that matters most.
- Option to add external antenas through the dongle RP-TNC/SMA connector that are directional like the classic Cantenna or omni if you dont know where your target(s) is/are physically placed.
- PCI Passthrough, even not being a new topic, is still a pain to configure to be worth it(and it is a requirement to enable all pentesting related capabilities of the card - item2). It's main focus is for graphic cards, and this kind of virtualization feature requires you to have IOMMU supported by your processor.
The main reason is because you need the adapter to support monitoring mode.
This mode allows the adapter to not only sniff all packets coming from the AP to the clients but also from sniff the data from the clients to the AP.
Can I use my WiFi USB adapter as a WiFi interface in my Kali VM ?
You can use it to get WiFi access but it will not work with aircrack-ng.
Notice: There are some computers that have the monitoring option built in the default adapter.
You can read more about it in this answer.
How To Install Usb Wifi Adapter On Kali Linux Backgrounds

Others have made their points about USB passthrough for VMs but even if I were running Kali on bare metal —which does have its own merits— I would still use an external USB wifi adapter.
My main reason is signal degradation. There are some strong arguments against built-in adaptors.
- A laptop or desktop is a noisy environment to sit an antenna next to or inside.
- Built-in aerials are almost always omnidirectional. A [good] USB adaptor will give you a the choice of antennae. You can pick one that suits your situation.
- Even if you hacked-in an antenna extension from your built-in card to an external antenna, the extension lead between the two would see a very high signal loss as there's no active boosting. As analogue transmission, it's subject to interference too.
So the main benefit for me is you can plonk a USB dongle directly on the antenna itself and just run a shielded USB lead back to the computer. The USB signal is digital so there's no quality issue there. It's either received or not. This brings a 3m limit with it (and there are workarounds for that) but this is usually enough to get you to an electrically 'isolated' vantage point, independent of your computer.
The following is something I own but the picture is not mine.
The adaptor is that little white brick in the background. It just has some heat-shrink around it to protect it from moisture and it's held on with velcro. Hardly high tech but very effective. I've had a good-enough connection in near-perfect conditions over 1KM.
I can also upgrade it very easily because it's just a USB dongle. And I can use my built-in card to connect to a local AP for browsing.