1 00:00:00,330 --> 00:00:01,410 Instructor: Welcome back, 2 00:00:01,410 --> 00:00:05,430 and let's start with wireless hacking attack. 3 00:00:05,430 --> 00:00:06,600 So you will notice 4 00:00:06,600 --> 00:00:09,750 that I'm currently not on my Kali Linux machine. 5 00:00:09,750 --> 00:00:12,540 I'm currently using my laptop because my laptop 6 00:00:12,540 --> 00:00:16,590 has a wireless card that supports Monitor Mode. 7 00:00:16,590 --> 00:00:19,380 And in this video I will show you real quick 8 00:00:19,380 --> 00:00:22,440 how you can put your wireless card into Monitor Mode 9 00:00:22,440 --> 00:00:25,860 and if it works, that means it supports the Monitor Mode. 10 00:00:25,860 --> 00:00:29,700 If it doesn't work, well, that means your wireless card 11 00:00:29,700 --> 00:00:31,980 doesn't support Monitor Mode. 12 00:00:31,980 --> 00:00:33,480 However, in the Resources, 13 00:00:33,480 --> 00:00:35,790 I will leave some of the wireless cards that are used 14 00:00:35,790 --> 00:00:39,900 for wireless hacking and all of them support Monitor Mode. 15 00:00:39,900 --> 00:00:42,330 So if you really want to perform this attack 16 00:00:42,330 --> 00:00:44,040 you can check them out online, 17 00:00:44,040 --> 00:00:46,770 and you can get yourself a wireless card. 18 00:00:46,770 --> 00:00:48,990 Now, before I actually do anything, 19 00:00:48,990 --> 00:00:51,510 I'm going to zoom all of this in 20 00:00:51,510 --> 00:00:53,283 so we can see everything better. 21 00:00:54,930 --> 00:00:57,660 And the first thing that you must do 22 00:00:57,660 --> 00:01:00,690 is you must type the command ifconfig. 23 00:01:00,690 --> 00:01:02,550 And since this is also Linux 24 00:01:02,550 --> 00:01:04,379 all of the commands inside of the terminal 25 00:01:04,379 --> 00:01:06,630 will work the same as we learned. 26 00:01:06,630 --> 00:01:10,650 And now here we can see we got three different interfaces. 27 00:01:10,650 --> 00:01:15,570 I got the eno1, the Loopback interface, and wlo1, 28 00:01:16,710 --> 00:01:19,260 and this is my wireless card. 29 00:01:19,260 --> 00:01:21,470 It is called wlo1, and for you 30 00:01:21,470 --> 00:01:24,030 it might be called something different. 31 00:01:24,030 --> 00:01:27,120 However, the process of putting it in Monitor Mode 32 00:01:27,120 --> 00:01:29,160 is rather the same. 33 00:01:29,160 --> 00:01:30,840 First thing that you want to do 34 00:01:30,840 --> 00:01:34,080 is you want to type iwconfig to figure out 35 00:01:34,080 --> 00:01:36,180 what is your wireless card. 36 00:01:36,180 --> 00:01:38,970 Just to make sure, I typed iwconfig 37 00:01:38,970 --> 00:01:43,260 and it told me that wlo1 is my wireless card. 38 00:01:43,260 --> 00:01:46,080 It is connected to this ESSID, 39 00:01:46,080 --> 00:01:49,950 and what ESSID means is just the name of the wireless 40 00:01:49,950 --> 00:01:52,470 that it is currently connected to. 41 00:01:52,470 --> 00:01:55,950 And here we can see the mode that they talked about. 42 00:01:55,950 --> 00:01:58,530 You will notice that this wireless card is currently 43 00:01:58,530 --> 00:02:01,800 in Managed Mode, and this is the regular mode that all 44 00:02:01,800 --> 00:02:04,410 of the wireless cards are, once you try to connect 45 00:02:04,410 --> 00:02:06,750 to a wireless access point. 46 00:02:06,750 --> 00:02:10,530 To put it in the Monitor Mode, what you want to do 47 00:02:10,530 --> 00:02:13,830 is you want to type ifconfig, then the name 48 00:02:13,830 --> 00:02:17,790 of your wireless interface, which in my case is wlo1, 49 00:02:17,790 --> 00:02:19,770 for you it might be different, 50 00:02:19,770 --> 00:02:21,990 and you want to put it down. 51 00:02:21,990 --> 00:02:22,830 How they do that? 52 00:02:22,830 --> 00:02:26,943 Well simply just type, ifconfig wlo1 down. 53 00:02:28,110 --> 00:02:29,610 You won't get any output. 54 00:02:29,610 --> 00:02:31,650 However, the next command that you want to run 55 00:02:31,650 --> 00:02:36,650 is iwconfig, wlo1, and then Mode Monitor. 56 00:02:38,580 --> 00:02:42,660 You press Enter and the third and last command 57 00:02:42,660 --> 00:02:45,540 is putting the ifconfig up. 58 00:02:45,540 --> 00:02:49,923 So you just type, ifconfig, wlo1, and then up. 59 00:02:51,450 --> 00:02:54,510 Now your card should be in Monitor Mode. 60 00:02:54,510 --> 00:02:57,930 To double check it, you can type iwconfig. 61 00:02:57,930 --> 00:03:02,930 And now you can see that wlo1 is in Monitor Mode. 62 00:03:03,480 --> 00:03:05,400 This is how you can put your card inside 63 00:03:05,400 --> 00:03:06,690 of the Monitor Mode. 64 00:03:06,690 --> 00:03:09,150 And you will notice as soon as you do that, 65 00:03:09,150 --> 00:03:12,060 sometimes you might get disconnected from the internet. 66 00:03:12,060 --> 00:03:14,670 You will not be able to access the internet inside 67 00:03:14,670 --> 00:03:16,410 of the Monitor Mode. 68 00:03:16,410 --> 00:03:19,080 And sometimes this will by default go back 69 00:03:19,080 --> 00:03:19,920 to the Managed Mode. 70 00:03:19,920 --> 00:03:23,460 So if you type ifconfig or iwconfig once again, 71 00:03:23,460 --> 00:03:26,610 you will notice that it went back to Managed Mode. 72 00:03:26,610 --> 00:03:29,400 So sometimes you might want to perform this multiple times 73 00:03:29,400 --> 00:03:32,730 until you actually get it in Monitor Mode. 74 00:03:32,730 --> 00:03:34,470 However, this is how you put it. 75 00:03:34,470 --> 00:03:35,880 And in the next video 76 00:03:35,880 --> 00:03:39,180 let's get straight into getting our hashed password 77 00:03:39,180 --> 00:03:41,656 from our target wireless access point. 78 00:03:41,656 --> 00:03:42,603 See you there.