1 00:00:00,090 --> 00:00:05,850 Now, let's install the packet that we downloaded. I go back to the browser to see the location to where 2 00:00:05,850 --> 00:00:07,370 the file has been downloaded. 3 00:00:09,630 --> 00:00:12,810 It's downloaded in the downloads folder. 4 00:00:12,990 --> 00:00:16,410 Now open a terminal screen and go to the folder using "cd" command. 5 00:00:22,490 --> 00:00:30,810 To install the packet, use “dpkg” Linux command with i parameter and last type the filename. 6 00:00:30,810 --> 00:00:37,230 Remember you can use the tab key to complete the file name and hit enter. Installation is completed within 7 00:00:37,230 --> 00:00:38,210 a few seconds. 8 00:00:39,070 --> 00:00:40,840 Now let's look at the messages. 9 00:00:40,840 --> 00:00:47,410 It says we should start the nessusd to start Nessus Home and then we can connect to the web interface 10 00:00:47,410 --> 00:00:51,460 of Nessus which will be served at port 8834. 11 00:00:51,460 --> 00:00:54,430 This is the default port of Nessus Home's interface. 12 00:00:54,430 --> 00:00:56,270 So use “service” command to start 13 00:00:56,290 --> 00:00:58,680 the nessusd daemon. 14 00:00:59,350 --> 00:01:01,030 First I want to look at its status. 15 00:01:05,069 --> 00:01:06,990 It's inactive at the moment. 16 00:01:07,590 --> 00:01:13,290 Type "service nessusd start" to start nessusd daemon. 17 00:01:13,290 --> 00:01:18,170 Now let's look at the ports of our Kali which happened to be in listen mode. 18 00:01:18,420 --> 00:01:22,910 Use the “netstat” command with tnlp parameters 19 00:01:23,340 --> 00:01:29,340 And here it is: Port 8834 is being listened by nessusd 20 00:01:29,430 --> 00:01:33,380 Now we can access Nessus Homes' web interface. 21 00:01:33,610 --> 00:01:45,200 So go to the browser and type 127.0.0.1:8843 and hit enter. As you know 127.0.0.1 stands 22 00:01:45,200 --> 00:01:47,780 for the localhost. 23 00:01:47,830 --> 00:01:50,430 You can use the IP address over your Kali instead. 24 00:01:50,440 --> 00:02:01,200 It doesn't matter. Whoops Nessus is a HTTPS service so we have to use HTTPS at the beginning of 25 00:02:01,200 --> 00:02:09,360 our URL or browser says that the connection is not secure because the local certificate of Nessus is 26 00:02:09,360 --> 00:02:12,790 not registered by a CA a "certificate authority". 27 00:02:13,780 --> 00:02:20,920 No worries. Click "Advanced" and then "Add Exception" and click "Confirm Security Exception". 28 00:02:20,920 --> 00:02:25,750 And here's the first interaction with Nessus Home's web interface. 29 00:02:25,780 --> 00:02:33,440 So the next step is to set up Nessus Home. First step is to create an account. Select a username for yourself 30 00:02:34,190 --> 00:02:35,630 and add a password. 31 00:02:35,630 --> 00:02:36,700 Click "Continue". 32 00:02:37,730 --> 00:02:43,030 The next screen asks the scanner type and the activation code which has been sent to our email address 33 00:02:43,040 --> 00:02:49,190 while we were downloading the Nessus Home's installation packet. Here are the scanner types. We'll use Nessus 34 00:02:49,190 --> 00:02:52,370 Home so leave the first option selected. 35 00:02:52,380 --> 00:02:59,820 Now go to the e-mail sent by Nessus and copy the activation code and paste it into the related field. 36 00:03:00,030 --> 00:03:06,640 Then click "Continue". As soon as set up is complete Nessus downloads and initiates the latest plugins 37 00:03:07,120 --> 00:03:10,050 which will be used in the scans of Nessus. 38 00:03:10,150 --> 00:03:13,660 First, it downloads and plugins. According to your connection speed 39 00:03:13,720 --> 00:03:19,710 it may take a few minutes so be patient. 40 00:03:19,720 --> 00:03:21,150 Now it's compiling the plugin. 41 00:03:21,150 --> 00:03:27,060 This step may take longer than the download step so you might want to go and grab yourself a cup of coffee. 42 00:03:36,200 --> 00:03:40,090 And there it is, initialization phase is complete. 43 00:03:40,120 --> 00:03:41,660 Welcome to the Nessus interface.