0

I'm new to Kali Linux.

I'm running Kali Linux inside VMware Workstation.

I have a Ralink USB wireless NIC connected to my PC.

I want to enable Monitor mode which is simply done with the airmon-ng start wlan0 command. But there's no wlan0 adapter to be found. When I enter the ifconfig command I only see eth0 and lo:

SCREENSHOT

User104163
  • 111
  • 1
  • 1
  • 1

2 Answers2

0

There are two possibilities:

  1. Wireless card not connected with Virtual Machine

    If this is the case then you can fix issue by connecting wireless card to virtual machine.

    Go to VM > Removable devices > (wireless card name/number) > Connect (Disconnect from Host)

  2. Compatible driver not found (very less chance for your case but maybe)

    In this case you have to find proper driver for your wireless adapter.

Atlas_Gondal
  • 722
  • 3
  • 7
0

You can bypass that wireless adapter usb to the vm. You just need to plugin the wireless usb, start the vm, and go to settings in vm > removable devices > chose the wireless usb > connect

Fauzan
  • 99