1 00:00:00,750 --> 00:00:04,230 ‫Now we've talked about the basic principles of the Metasploit Framework. 2 00:00:04,800 --> 00:00:09,450 ‫Let's see MSF console, which will be our home for the rest of this cause. 3 00:00:11,510 --> 00:00:15,650 ‫So we'd be better off to update the Metasploit framework at the very beginning. 4 00:00:16,310 --> 00:00:21,920 ‫There are always new vulnerabilities and exploits, so I will recommend that you update the framework 5 00:00:21,920 --> 00:00:23,150 ‫before each use. 6 00:00:24,320 --> 00:00:32,240 ‫First, I use the Locate Linux Command to see the location of the MSF update binary, actually, Metasploit 7 00:00:32,240 --> 00:00:34,850 ‫Framework is already in Carly's path. 8 00:00:35,000 --> 00:00:39,260 ‫So you don't need to find the location of it, you can just run it in any location. 9 00:00:40,490 --> 00:00:42,770 ‫Typekit massive update and hit enter. 10 00:00:44,230 --> 00:00:49,540 ‫If you were on the command inside Collie, you'll see this message, it says Metasploit is part of Collie. 11 00:00:49,930 --> 00:00:52,330 ‫So we should use ordinary system update commands. 12 00:00:53,720 --> 00:00:54,680 ‫So let's do what it says. 13 00:00:55,000 --> 00:00:58,370 ‫Select the command, click the middle mouse button and hit Enter. 14 00:00:59,560 --> 00:01:02,210 ‫If you have recently updated, the process will be short. 15 00:01:02,230 --> 00:01:03,970 ‫Otherwise, it may take a couple of minutes. 16 00:01:07,610 --> 00:01:10,160 ‫Now we're finished and we are ready to exploit. 17 00:01:11,360 --> 00:01:16,880 ‫The MSF console is probably the most popular interface to the Metasploit Framework MSF. 18 00:01:17,570 --> 00:01:24,140 ‫It provides an all in one centralized console and allows you efficient access to virtually all of the 19 00:01:24,140 --> 00:01:26,240 ‫operations available in the MSF. 20 00:01:26,990 --> 00:01:33,470 ‫MSF console may seem intimidating at first, but once you learn the syntax of the commands, you will 21 00:01:33,470 --> 00:01:36,710 ‫learn to appreciate the power of utilising this interface. 22 00:01:38,560 --> 00:01:41,170 ‫Here are the benefits to use the MSF console. 23 00:01:42,600 --> 00:01:47,070 ‫It's the only supported way to access most of the features within Metasploit. 24 00:01:48,360 --> 00:01:51,210 ‫It provides a console based interface to the framework. 25 00:01:52,220 --> 00:01:56,810 ‫It contains the most features and is the most stable Metasploit Framework interface. 26 00:01:57,560 --> 00:02:04,040 ‫It has full RE-ALIGN support, tabbing and command completion and execution of external commands, and 27 00:02:04,040 --> 00:02:06,140 ‫massive console is possible. 28 00:02:06,150 --> 00:02:12,470 ‫For example, you can use ping or if config system commands while you were inside the MSV console.