Hey guys,

I want to use airmon-ng and I can't determine if my wireless card will work or not. And which driver I would have to install. I did find a page on their website, but it was not very helpful, it confused me a tad!

I have an Intel(R) Dual Band Wireless-AC 3160 Wi-Fi card.

When I go to the driver in Windows it says:

Driver Provider: Intel
Driver Date: 12/16/2014
Driver Version: 17.13.12.1

I want to be able to use airmon-ng and use the monitor mode and packet injection. Currently when I go to terminal and type in iwconfig i get the following:

Code:
root:~# iwconfig
lo          no wireless extensions.

eth0      no wireless extensions.
and when I type in ifconfig, I get the following:

Code:
root:~# ifconfig
eth0     Link encap:Ethernet HWaddr XX:XX:XX:XX:XX:XX:XX
           inet addr:192.168.2.5  Bcast: 192.168.2.255 Mask: 255.255.255.0
           inet6 addr: XXXX::XXX:XXXX:XXXX:XXXX/64 Scope:Link
           UP BROADCAST RUNNING MULTICAST  MTU:1500 Metric: 1
           RX packets:79271 errors:0 dropped:0 overruns:0 frame:0
           TX packets:14852 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:113921589 (108.6 MiB) TX bytes:1233181 (1.1 MiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1 Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOKBACK RUNNING MTU:65536 Metric: 1
          RX packets:100 errors:0 dropped:0 overruns:0 frame:0
          TX packets:100 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:6000 (5.8 KiB) TX bytes: 6000 (5.8 KiB)
I am running Kali in a Virtual Machine. I have the network settings set to bridged. When I had it set to network host I could not get an internet connection on the VM, but I had it on the host. Any ideas?

Thank in advance!