1 00:00:00,850 --> 00:00:06,310 Another powerful and easy to use tool is the fact that it's an exploitation tool that can help you to 2 00:00:06,310 --> 00:00:11,830 generate back doors and post exploitation attacks like browser attack Delal Files. 3 00:00:12,430 --> 00:00:18,910 This tool compiles malware with popular payloads, and then the compiled malware can be executed on 4 00:00:18,910 --> 00:00:22,780 Windows, Linux, Mac, OS, X and Android. 5 00:00:24,440 --> 00:00:29,270 Because it's not embedded into Calli, we need to install the fat rat first. 6 00:00:30,980 --> 00:00:35,000 At the beginning, we need to download the files of the fat rat framework. 7 00:00:36,210 --> 00:00:39,180 Clone the git account of the fat rat for this purpose. 8 00:00:40,160 --> 00:00:45,470 Wait until the cloning is finished, that may take some time, according to your Internet connection 9 00:00:45,470 --> 00:00:45,860 speed. 10 00:00:50,250 --> 00:00:52,920 The files are cloned under the fat rat folder. 11 00:00:54,080 --> 00:00:56,990 Go into the folder using the CD command. 12 00:00:58,230 --> 00:01:06,740 Look at the files using is let's run the fat rat shell script, oops, permission denied. 13 00:01:07,530 --> 00:01:09,150 Look at the file permissions. 14 00:01:09,750 --> 00:01:12,870 Probably it does not have the executive privileges. 15 00:01:13,620 --> 00:01:16,460 True, no execute right at all. 16 00:01:17,420 --> 00:01:23,570 Make the fat rat file executable using S.H. mode, that's Modie Linux Command. 17 00:01:25,210 --> 00:01:27,850 Now it has execute rights for all. 18 00:01:29,200 --> 00:01:31,240 Now we can run the fat rat script. 19 00:01:33,040 --> 00:01:41,200 It says we have to run setup dot S.H. script first, we're not going to run set up S.H. script all the 20 00:01:41,200 --> 00:01:44,650 time, it's just needed to run before the first usage. 21 00:01:45,810 --> 00:01:54,000 Like the fat rat file set up P why file does not have execute privileges, make it executable as well 22 00:01:54,780 --> 00:01:55,650 and run. 23 00:01:57,310 --> 00:02:03,220 It installs all the dependent tools necessary for the fat rat tool and upgrades the tools. 24 00:02:03,640 --> 00:02:08,280 There are a lot of tools that the setup script checks if they are installed and up to date. 25 00:02:08,740 --> 00:02:09,760 So be patient. 26 00:02:10,120 --> 00:02:11,260 Don't be anxious. 27 00:03:06,540 --> 00:03:08,700 Installing tool dependencies. 28 00:03:10,250 --> 00:03:11,870 Updating Kelly Repo. 29 00:03:20,260 --> 00:03:23,080 Installing MingW32 compiler. 30 00:03:25,020 --> 00:03:31,110 At the end of the set up, it asks if you want a shortcut for fat rat in the system, that means the 31 00:03:31,110 --> 00:03:33,600 set up will add fat rat into the path. 32 00:03:33,810 --> 00:03:36,330 So you'll be able to run it from anywhere in your terminal. 33 00:03:38,130 --> 00:03:40,350 Now we can run the fat rat script. 34 00:03:41,890 --> 00:03:44,800 It checks all the dependencies at the beginning. 35 00:03:52,870 --> 00:03:59,500 It warns us not to upload the output files to virus total, we already know the reason. 36 00:04:00,520 --> 00:04:03,550 It shares the files with the antivirus companies. 37 00:04:04,120 --> 00:04:11,060 Instead, you can upload it to know distribute dotcom to test if it can bypass the antivirus systems. 38 00:04:12,040 --> 00:04:14,230 Now we're ready to use the fat rat.