1 00:00:00,110 --> 00:00:06,080 The last thing that I would like to show you in this section is how you can install Osint tools on your 2 00:00:06,110 --> 00:00:08,240 Osint virtual machine. 3 00:00:08,480 --> 00:00:14,600 So the first thing you want to do is you want to open the terminal as root by clicking on this icon 4 00:00:14,600 --> 00:00:16,760 and then typing the password. 5 00:00:17,240 --> 00:00:24,290 And after you run the terminal as root, the first command that you want to use is called APT update. 6 00:00:24,950 --> 00:00:31,280 This command will make sure that you install the latest version of any tool that you would like to install 7 00:00:31,280 --> 00:00:32,210 in the future. 8 00:00:32,240 --> 00:00:36,530 So all we have to do just to type apt update and then hit enter. 9 00:00:37,340 --> 00:00:39,380 And you might get this issue. 10 00:00:39,500 --> 00:00:44,900 And all you have to do is just to copy this like this. 11 00:00:45,020 --> 00:00:48,590 And then type nano which is a file editor. 12 00:00:49,580 --> 00:00:54,980 And then you want to go to etc. apt sources dot list and then hit enter. 13 00:00:54,980 --> 00:01:02,330 And all you have to do just to replace the non-free with the text that you have copied like this. 14 00:01:02,590 --> 00:01:06,520 So it's right now non-free non-free firmware. 15 00:01:06,580 --> 00:01:10,870 And then I'm going to save it by holding the Ctrl and Alt keys. 16 00:01:10,870 --> 00:01:14,590 And then hit enter and then Ctrl X to exit. 17 00:01:14,650 --> 00:01:16,960 So let's run the command again. 18 00:01:18,160 --> 00:01:21,700 And as you can see we are not getting any error anymore. 19 00:01:21,730 --> 00:01:27,820 The next thing that you want to do is to update all the packages or all the tools that are installed 20 00:01:27,820 --> 00:01:35,740 on your Linux machine, and you can do this by typing apt upgrade like this, and then minus y to confirm 21 00:01:35,740 --> 00:01:38,230 that you would like to upgrade all the tools. 22 00:01:38,350 --> 00:01:44,560 And before you run this command, if you are using an antivirus, I highly recommend that you disable 23 00:01:44,560 --> 00:01:51,010 it and then run the commands, because sometimes some tools are going to be blocked by your antivirus, 24 00:01:51,010 --> 00:01:55,690 so it's highly recommended to disable your antivirus and then run this command. 25 00:01:55,690 --> 00:01:58,030 And once you are done, you can enable it again. 26 00:01:58,510 --> 00:02:02,200 Now in my case, I have already upgraded all of my tools. 27 00:02:02,200 --> 00:02:05,210 In your case, it might take 10 to 15 minutes. 28 00:02:05,210 --> 00:02:07,610 That depends on your internet speed. 29 00:02:08,300 --> 00:02:10,730 The last thing you want to do is to run this script. 30 00:02:10,730 --> 00:02:12,410 That's called install tools. 31 00:02:12,410 --> 00:02:18,020 But before we run it, we need to modify it because it has an old repository. 32 00:02:18,050 --> 00:02:21,200 So let me open it using the notepad. 33 00:02:21,230 --> 00:02:24,710 So right mouse click and then open with mouse pad. 34 00:02:25,520 --> 00:02:28,640 And then you want to hold the Ctrl and F keys. 35 00:02:28,790 --> 00:02:31,850 And then search for apt and then dot. 36 00:02:31,850 --> 00:02:33,410 And then hit enter. 37 00:02:33,680 --> 00:02:38,390 And let me zoom in here we can see a URL. 38 00:02:38,390 --> 00:02:44,210 So I'm going to copy it and then put it in my Firefox browser like this. 39 00:02:44,240 --> 00:02:47,090 And we can see that it's about to expire. 40 00:02:47,090 --> 00:02:50,030 And we need to use this URL. 41 00:02:50,240 --> 00:02:56,300 So what I'm going to do is just to go to my notepad again and then click on search and click on find 42 00:02:56,300 --> 00:02:57,200 and Replace. 43 00:02:57,200 --> 00:03:00,500 And replace this word with x, y, z. 44 00:03:00,620 --> 00:03:04,910 And then click on replace four times and then close it. 45 00:03:04,910 --> 00:03:10,840 And now I'm going to hold the Ctrl control and squeeze to save the file and then close it. 46 00:03:10,870 --> 00:03:14,980 And then we need to navigate to this URL like this. 47 00:03:15,250 --> 00:03:18,190 And we need to run these commands. 48 00:03:18,190 --> 00:03:20,170 So let me run the first one. 49 00:03:21,160 --> 00:03:23,860 I'm going to copy it and paste it in my terminal. 50 00:03:25,810 --> 00:03:27,190 And it's already installed. 51 00:03:27,190 --> 00:03:28,990 Let me copy the second one. 52 00:03:30,670 --> 00:03:32,530 And this one as well. 53 00:03:34,660 --> 00:03:38,620 And lastly this command and hit enter. 54 00:03:39,850 --> 00:03:41,110 And now we are ready. 55 00:03:41,110 --> 00:03:44,530 So let me close Firefox and run this file. 56 00:03:44,560 --> 00:03:52,870 So first of all we need to navigate to our desktop by typing CD slash home Osint desktop. 57 00:03:52,870 --> 00:03:53,920 And then hit enter. 58 00:03:53,920 --> 00:03:57,790 And to run this file you need to add a dot and then slash. 59 00:03:57,790 --> 00:04:01,630 And then type the file name which is installed tools dot. 60 00:04:02,470 --> 00:04:05,260 And then I'm going to hit enter and wait. 61 00:04:06,850 --> 00:04:11,900 And here it's asking me if I would like to overwrite this file, because I've already run this command 62 00:04:11,900 --> 00:04:12,260 before. 63 00:04:12,260 --> 00:04:13,760 In your case, you will not get this. 64 00:04:13,760 --> 00:04:16,550 But if you have got it, just say yes. 65 00:04:17,510 --> 00:04:19,880 And here I'm going to say yes again. 66 00:04:19,880 --> 00:04:21,620 And now we are done. 67 00:04:21,620 --> 00:04:26,090 So let me close the terminal and go to the start menu. 68 00:04:26,090 --> 00:04:32,000 And if I hover over information gathering we can see some tools, some extra tools that we did not find 69 00:04:32,000 --> 00:04:34,490 before as you can see. 70 00:04:36,920 --> 00:04:40,040 So these are the tools that are installed on our car Linux. 71 00:04:40,040 --> 00:04:45,590 But there are some command line tools that will not be displayed in here for example like font info. 72 00:04:45,740 --> 00:04:53,960 So let me open the terminal again and then type font info, which is a tool that will search for a phone 73 00:04:53,960 --> 00:04:57,980 number on search engines, which we will cover in a future lecture. 74 00:04:57,980 --> 00:05:04,250 So let me hit enter and as you can see this tool works and we were not able to find this in the start 75 00:05:04,250 --> 00:05:04,520 menu. 76 00:05:04,520 --> 00:05:08,270 So you will not be able to find all the tools in the start menu. 77 00:05:08,270 --> 00:05:11,750 And some tools need to be run in the terminal only.