1 00:00:02,330 --> 00:00:05,000 Hello, everyone, and welcome to this video. 2 00:00:05,750 --> 00:00:11,690 So in this video, we are going to see the installation of a very, very useful tool, which is a skill 3 00:00:11,690 --> 00:00:12,110 map. 4 00:00:12,750 --> 00:00:18,380 It is a very, very famous tool into the security community because a lot of security researchers, 5 00:00:18,380 --> 00:00:20,220 bug bounty hunters, use this tool. 6 00:00:21,140 --> 00:00:22,830 So what is so special about this? 7 00:00:23,630 --> 00:00:27,190 It is an automatic ESKIL indication and database decoder tool. 8 00:00:27,500 --> 00:00:33,840 So you are going to basically automate your most of the manual work that you perform using this tool. 9 00:00:34,520 --> 00:00:40,120 So it kind of help you in identification of websites which are vulnerable. 10 00:00:40,430 --> 00:00:49,040 And also you can do automated exploitation for identification of databases and retrieve data to your 11 00:00:49,040 --> 00:00:49,630 computer. 12 00:00:50,420 --> 00:00:53,100 You can simply download it into your computer. 13 00:00:53,450 --> 00:01:01,310 So first, when you are on to this repository, which is GitHub dot com slash Eskil map project slash 14 00:01:01,310 --> 00:01:08,840 Eskil map, you can simply click on the code button or you can download it or you can get tune into 15 00:01:08,840 --> 00:01:09,830 your computer. 16 00:01:11,000 --> 00:01:16,730 So this is your very first step in the beginning installation of a map. 17 00:01:17,180 --> 00:01:24,020 So once you have downloaded this next, you should have a python into your computer because this tool 18 00:01:24,020 --> 00:01:26,430 is compatible with only Python. 19 00:01:27,170 --> 00:01:30,490 OK, so you need to click over here and you can copy it. 20 00:01:30,890 --> 00:01:32,930 Then you have to go to your terminal. 21 00:01:33,470 --> 00:01:35,860 Remember, you can also download the zip from there. 22 00:01:36,440 --> 00:01:42,770 Then you have to go to your terminal and you can simply type git clone and paste the link that you have 23 00:01:42,770 --> 00:01:43,370 copied. 24 00:01:44,350 --> 00:01:50,620 Now, as I have already downloaded this, so I'm not going to get on again and you can see the content 25 00:01:50,920 --> 00:01:52,750 which is over here. 26 00:01:53,200 --> 00:01:56,410 So this is how it will look like into your computer as well. 27 00:01:57,190 --> 00:02:04,130 Now it's time to see if we have successfully downloaded everything and it is working fine into our computer. 28 00:02:04,510 --> 00:02:12,660 So simply run by a school map that by and it should open up a banner message like this with a usage 29 00:02:12,670 --> 00:02:13,190 menu. 30 00:02:13,810 --> 00:02:14,260 Perfect. 31 00:02:14,500 --> 00:02:20,540 It looks like that we have been running the instance correctly and it's good for us to use. 32 00:02:21,370 --> 00:02:28,330 Now, if you want to see any other issues that come across into your installation, you can simply see 33 00:02:28,540 --> 00:02:34,000 the issues page of a scale map project and you may be able to fix it. 34 00:02:34,720 --> 00:02:40,640 I hope you do not have any issues because the installation is a very, very simple. 35 00:02:41,170 --> 00:02:47,380 Now, one thing that you need to keep in mind is that you can install any version of Python because 36 00:02:47,380 --> 00:02:52,320 this is compatible with Python two or Python three as well. 37 00:02:52,330 --> 00:02:54,070 And that's the best thing about it. 38 00:02:54,070 --> 00:02:59,650 As you can see over here, it works out of the box with Python within two point sixty two point seven 39 00:02:59,650 --> 00:03:07,540 entry point X on any platform, regardless of your running on Windows, Linux or Mac OS. 40 00:03:07,780 --> 00:03:09,400 So this is it for this video. 41 00:03:09,400 --> 00:03:12,700 And I hope you guys understood the installation of Ezekial. 42 00:03:13,160 --> 00:03:13,720 Thank you.