1 00:00:01,400 --> 00:00:03,570 Let's have a look at this colorful diagram. 2 00:00:04,030 --> 00:00:08,250 It's a broad level structure of Métis Boite framework. 3 00:00:09,220 --> 00:00:15,820 You're going to be using auxillary modules to carry out operations such as information gathering, fingerprinting, 4 00:00:16,420 --> 00:00:19,090 logging in to various services and so on. 5 00:00:19,840 --> 00:00:24,110 These modules are particular to enumeration. 6 00:00:25,210 --> 00:00:31,870 For example, you might want to perform a version detection on an FTP service to model an attack. 7 00:00:32,630 --> 00:00:39,340 Such tasks can be very easily accomplished using auxiliary modules present in the Metis Boyd framework. 8 00:00:40,360 --> 00:00:50,500 As I created this course, there are over a thousand auxiliary modules spread across 19 categories in 9 00:00:50,500 --> 00:00:51,570 the Métis Boyd framework. 10 00:00:52,360 --> 00:00:58,180 This screenshot shows various categories of the auxiliary modules present in the Mideast Boit framework. 11 00:00:59,320 --> 00:01:02,680 Now I'm just giving you an idea of how deep it is. 12 00:01:02,680 --> 00:01:08,260 I don't need you to get overwhelmed by the number of auxiliary modules present in the meta support framework. 13 00:01:08,980 --> 00:01:11,260 So you don't need to know each module. 14 00:01:12,040 --> 00:01:15,950 You only need to know how to find the appropriate one. 15 00:01:16,810 --> 00:01:22,090 All you do is search the right module in the required context and use it accordingly. 16 00:01:22,880 --> 00:01:28,660 You're going to cover extensive usage of examples of auxiliary modules in some of the later sections 17 00:01:28,660 --> 00:01:29,290 of this course. 18 00:01:30,040 --> 00:01:34,030 But since you asked, let me quickly show you one. 19 00:01:35,740 --> 00:01:39,190 So I'm going to make a TCP port scan on meds. 20 00:01:39,200 --> 00:01:39,910 Voidable to. 21 00:01:42,320 --> 00:01:46,460 But first, look at the path of the auxillary TCP port scan module. 22 00:01:51,760 --> 00:01:55,090 All right, so it's here, as you see in the path. 23 00:01:56,260 --> 00:02:02,230 So let me bring the Métis boy, too, to the record screen, it's on my second screen. 24 00:02:03,230 --> 00:02:10,760 OK, so look at the IP address tend to tend to not one four, so I'm going to make a port scan on this 25 00:02:10,760 --> 00:02:11,150 IP. 26 00:02:13,460 --> 00:02:14,720 Open your terminal with me. 27 00:02:17,580 --> 00:02:23,010 And before I start Métis Point, it's better to start, PostgreSQL, you will. 28 00:02:27,620 --> 00:02:30,950 I'll talk about database's after you're familiar with the environment. 29 00:02:33,820 --> 00:02:41,020 So I'll initialize the Métis boy databases with Ms F DBI in IT command. 30 00:02:42,920 --> 00:02:46,760 Then type MSF console Que. 31 00:02:47,830 --> 00:02:50,950 To start Métis boy in a quiet mood. 32 00:02:52,750 --> 00:02:54,310 OK, so finally, it's open. 33 00:02:56,780 --> 00:03:00,260 Now, the basic syntax of usage is like this. 34 00:03:01,830 --> 00:03:07,050 Type use and then the name of the module that you want to use. 35 00:03:08,040 --> 00:03:11,550 In this case, auxillary scanner. 36 00:03:12,570 --> 00:03:13,680 Port, Skåne. 37 00:03:15,250 --> 00:03:16,870 Now, here, all press tab. 38 00:03:18,350 --> 00:03:23,360 As you can see here, metastable Lloyd has a magnificent TABD completion. 39 00:03:25,320 --> 00:03:27,030 So now I can type the rest. 40 00:03:30,970 --> 00:03:34,900 And to show the variables of the module type show options. 41 00:03:36,160 --> 00:03:39,670 You see, the variable names make sense ports. 42 00:03:41,940 --> 00:03:42,870 Our hosts. 43 00:03:44,610 --> 00:03:49,950 You can set a variable like this, set our host. 44 00:03:52,050 --> 00:03:55,380 Tend not tend to not one for. 45 00:03:57,290 --> 00:03:59,930 Same for ports variable. 46 00:04:01,860 --> 00:04:06,540 Set ports between 20 and 500. 47 00:04:08,130 --> 00:04:10,470 Then run the module. 48 00:04:12,480 --> 00:04:17,340 So take a few minutes to scan for the ports between 20 and 500. 49 00:04:19,760 --> 00:04:21,350 And there it's finished. 50 00:04:22,940 --> 00:04:27,410 So as you can see, these TCP wards are open non-metal spoke to. 51 00:04:28,880 --> 00:04:33,240 And this is pretty much the basic usage of an auxiliary module. 52 00:04:34,220 --> 00:04:36,620 So let's go ahead and meet some of the other types of modules.