WEBVTT

0
00:01.600 --> 00:08.050
In the last lecture we've learned that not all wireless cards are good for hacking or even though the

1
00:08.050 --> 00:17.180
card supports monitor mode and packet injection it cannot be used on Linux that runss in a VM. In

2
00:17.170 --> 00:18.440
this lecture

3
00:18.470 --> 00:25.370
we'll talk about how to choose the right external USB card and then how to connect that card to

4
00:25.370 --> 00:32.990
Kali in a VM. Wireless cards supporting monitor mode and packet injection

5
00:33.030 --> 00:40.670
permit an ethical or black hat hacker to listen on other WiFi conversations and even inject malicious 

6
00:40.670 --> 00:42.050
packets into a network.

7
00:43.070 --> 00:50.810
Most external wireless cards aren't good at doing anything other than what's required to establish a

8
00:50.810 --> 00:52.370
basic WiFi connection.

9
00:53.680 --> 01:01.910
Before buying an external WIFI card that costs between $15 and $50 US dollars

10
01:02.080 --> 01:09.400
you have to check if the chipset inside the card is good and if the right Linux drivers are available.

11
01:10.290 --> 01:11.500
If you are in doubts

12
01:11.500 --> 01:17.850
my advice is to buy the card from a store that accepts returns if it's possible.

13
01:17.860 --> 01:25.240
Note that the brand is different from the chipset; you'd normally buy a brand like TP-link, Netgear

14
01:25.330 --> 01:29.940
or Asus and you don't know about the chipset inside it.

15
01:29.950 --> 01:37.450
The most important is the chipset and the drivers for that chipset, not the brand. To make things

16
01:37.510 --> 01:38.770
easier for you

17
01:38.770 --> 01:45.510
I've created a list with chipsets that are known to support packet injection and mode monitoring.

18
01:45.790 --> 01:53.290
I won't talk about each of them but only about Athereos AR9271 which is a well known

19
01:53.410 --> 02:02.250
and supported chipset. The Alpha UB adapter is one of the favorites in the hacking community:

20
02:02.270 --> 02:03.170
it's fast, 

21
02:03.210 --> 02:12.270
long range, well-supported and stable. Or a chiper adapter that uses this chipset is TP-Link. 

22
02:12.380 --> 02:17.520
However check that it uses the Atheros chipset and not another one.

23
02:18.940 --> 02:24.240
Other considerations in selecting an external Wi-Fi adapter,

24
02:24.370 --> 02:32.230
aside from the chipset, is the frequency on which the adapter operates. While most Wi-Fi devices,


25
02:32.470 --> 02:38.320
including IoT devices, operate on the 2.4 GHz band, 

26
02:38.350 --> 02:46.830
many newer devices also offer 5 GHz networks. If 5 gigahertz is important to you

27
02:46.840 --> 02:55.130
there are many 5 gigahertz WiFi cards that support the monitor mode and packet injection. An example

28
02:55.250 --> 02:59.490
is Panda Wireless POU09.

29
02:59.530 --> 03:06.760
This is a very good card that works both with2.4 and 5 gigahertz.

30
03:06.760 --> 03:11.520
As a conclusion, before buying an external USB WiFi card,

31
03:11.530 --> 03:12.870
some research is needed!

32
03:28.240 --> 03:29.620
In the next lecture

33
03:29.650 --> 03:35.200
I'll show you how to connect to the external WiFi adapter to Kali Linux in a VM.