WEBVTT

0
00:01.100 --> 00:08.280
Let's suppose you have bought the right USB wifi adapter.  Now you want to connect and use it on 


1
00:08.290 --> 00:15.570
Kali Linux that runs in VirtualBox. To use USB devices in VM


2
00:15.580 --> 00:21.760
you need to install Virtual Box Extension Pack on your Host OS.

3
00:21.760 --> 00:28.320
This is Virtual Box Extension Pack. I'm downloading it and running it

4
00:31.030 --> 00:35.770
Remember that it should be installed on the host not guest OS.

5
00:38.420 --> 00:42.490
After installing the extension pack you selected the VM, 

6
00:42.530 --> 00:48.010
in this case Kali, go to settings then USB and click on add USB

7
00:48.060 --> 00:57.250
filter, in the list you select the USB WiFi adapter and Okay. Now the guest OS, in this case

8
00:57.260 --> 01:02.840
Kali, can access and use the external USB WiFi adapter.

9
01:02.900 --> 01:04.010
I'm starting Kali

10
01:08.480 --> 01:15.190
and I'm logging in.

11
01:15.230 --> 01:22.780
See how it passively discovered all WiFi networks in the range; if the chipset supports the monitor

12
01:22.780 --> 01:24.750
mode and packet injection

13
01:24.750 --> 01:31.620
you can start hacking wifi networks, of course from an ethical point like audit the security of your 

14
01:31.680 --> 01:33.020
own Wwifi network.

15
01:34.290 --> 01:35.430
One last remark!

16
01:36.150 --> 01:39.280
if the host OS runs Linux 

17
01:39.930 --> 01:47.460
so you have installed Virtual Box on Linux, then you have to add the user that starts Virtual Box to the 

18
01:47.520 --> 01:48.410
vboxusers 


19
01:48.420 --> 01:56.800
group. The commands that put the card into monitor mode will be presented in the following lecture

20
01:56.880 --> 01:58.020
in this section.