1 00:00:00,420 --> 00:00:01,620 Instructor: Welcome back. 2 00:00:01,620 --> 00:00:05,340 We covered all the important things when it comes 3 00:00:05,340 --> 00:00:08,010 to anonymity on the internet. 4 00:00:08,010 --> 00:00:11,310 We covered Tor browser, the anonymous browser 5 00:00:11,310 --> 00:00:14,070 and the browser that allows us to visit deep web. 6 00:00:14,070 --> 00:00:17,100 We covered how we can use proxies with different tools 7 00:00:17,100 --> 00:00:20,910 and we also saw how we can install VPN 8 00:00:20,910 --> 00:00:22,455 inside of our Cal Linux 9 00:00:22,455 --> 00:00:27,300 and use that as well to hide our location and IP address. 10 00:00:27,300 --> 00:00:31,020 But we, as hackers, also want to discover any new tools 11 00:00:31,020 --> 00:00:33,750 that might help us automate this process 12 00:00:33,750 --> 00:00:35,940 so we don't have to bother doing all 13 00:00:35,940 --> 00:00:38,490 of these installations anymore. 14 00:00:38,490 --> 00:00:41,610 Perhaps tools like this already exists. 15 00:00:41,610 --> 00:00:45,240 Now there is one tool on GitHub that we can check out 16 00:00:45,240 --> 00:00:50,240 which is called whoami and we can just type GitHub. 17 00:00:55,740 --> 00:00:57,600 Now, besides this tool 18 00:00:57,600 --> 00:00:59,790 of course there are other tools as well. 19 00:00:59,790 --> 00:01:02,910 This is not the only tool that you can use for anonymity. 20 00:01:02,910 --> 00:01:06,030 You can use whichever tool you wish. 21 00:01:06,030 --> 00:01:09,370 We can click on this first link right here 22 00:01:10,260 --> 00:01:12,600 and this is the tool that we want. 23 00:01:12,600 --> 00:01:15,870 As we can see, this tool is actually in the development 24 00:01:15,870 --> 00:01:20,490 so it's not fully ready so some options might not work. 25 00:01:20,490 --> 00:01:21,750 And we already know that 26 00:01:21,750 --> 00:01:24,090 since with a lot of tools on GitHub, 27 00:01:24,090 --> 00:01:27,034 some options might not work or they may be broken 28 00:01:27,034 --> 00:01:29,970 or they're currently waiting for an update. 29 00:01:29,970 --> 00:01:32,070 Here you can read about the project. 30 00:01:32,070 --> 00:01:35,700 The purpose of the whoami tool makes you as anonymous 31 00:01:35,700 --> 00:01:38,010 as possible on Cal Linux. 32 00:01:38,010 --> 00:01:39,720 It is an user-friendly 33 00:01:39,720 --> 00:01:43,170 with its ease of use and simple interface. 34 00:01:43,170 --> 00:01:44,940 It follows two different paths 35 00:01:44,940 --> 00:01:48,750 to ensure the highest possible level of anonymity. 36 00:01:48,750 --> 00:01:49,950 Finally, don't forget 37 00:01:49,950 --> 00:01:53,850 that there is never 100% security on the internet, 38 00:01:53,850 --> 00:01:56,313 which is 100% true. 39 00:01:57,390 --> 00:02:00,390 Down here, we can take a look at different features. 40 00:02:00,390 --> 00:02:03,120 So we have anti mitm in the middle feature, 41 00:02:03,120 --> 00:02:08,120 log killer, IP changer, DNS changer and many others as well. 42 00:02:09,570 --> 00:02:12,360 So let's take a look at this tool. 43 00:02:12,360 --> 00:02:16,170 We want to go to the part where it says getting started 44 00:02:16,170 --> 00:02:19,980 and installation and here are some of the dependencies 45 00:02:19,980 --> 00:02:21,570 that we might need. 46 00:02:21,570 --> 00:02:26,570 So let's copy command and insulate real quick. 47 00:02:32,640 --> 00:02:35,970 Seems that I've copied a little bit more 48 00:02:35,970 --> 00:02:37,140 than just the command. 49 00:02:37,140 --> 00:02:42,140 So let's delete this and let's also delete this. 50 00:02:45,810 --> 00:02:47,340 Press enter. 51 00:02:47,340 --> 00:02:51,090 It'll ask us for the password since this is a sudo command 52 00:02:51,090 --> 00:02:55,440 and the first thing that it'll perform is sudo apt update. 53 00:02:55,440 --> 00:02:57,990 And right after that, it'll install some 54 00:02:57,990 --> 00:03:00,930 of the additional tools and libraries 55 00:03:00,930 --> 00:03:04,470 that it needs in order to run this tool. 56 00:03:04,470 --> 00:03:08,820 So let's wait for a couple seconds for this to finish. 57 00:03:08,820 --> 00:03:10,260 Okay, here it is. 58 00:03:10,260 --> 00:03:12,090 The command has finally finished 59 00:03:12,090 --> 00:03:16,650 and now let's proceed to actually install the tool. 60 00:03:16,650 --> 00:03:17,880 Here are the steps. 61 00:03:17,880 --> 00:03:21,543 First, we hit clone the repository. 62 00:03:22,770 --> 00:03:24,453 Let me just clear the screen, 63 00:03:25,350 --> 00:03:30,063 paste the command and let's get cloning this tool. 64 00:03:31,410 --> 00:03:36,030 Once that's done, we want to navigate to the tool directory 65 00:03:36,030 --> 00:03:40,950 which is right here, kali-whoami. 66 00:03:40,950 --> 00:03:45,390 And here we want to run sudo make install. 67 00:03:45,390 --> 00:03:47,520 Copy that command as well, 68 00:03:47,520 --> 00:03:52,520 go right here and paste it into the terminal. 69 00:03:52,770 --> 00:03:54,510 It'll finish relatively fast 70 00:03:54,510 --> 00:03:58,980 and right now our tool should be ready to run. 71 00:03:58,980 --> 00:04:02,123 Let's type, ls, to see what files we have right here. 72 00:04:02,123 --> 00:04:04,543 And to actually use the tool, 73 00:04:04,543 --> 00:04:07,590 here, we can take a look at the help menu. 74 00:04:07,590 --> 00:04:09,960 After completing setup, run the application 75 00:04:09,960 --> 00:04:13,290 by typing Kali Whoami in the search menu 76 00:04:13,290 --> 00:04:17,730 or by typing sudo kali whoami--help in a terminal. 77 00:04:17,730 --> 00:04:19,649 So let's try like that. 78 00:04:19,649 --> 00:04:21,959 Apparently this requires sudo privileges 79 00:04:21,959 --> 00:04:26,280 so let's type it like this, sudo kali-whoami, 80 00:04:26,280 --> 00:04:28,143 and then dash help. 81 00:04:28,980 --> 00:04:31,110 Okay, so here are our options. 82 00:04:31,110 --> 00:04:34,290 We can either start it, stop, check the status, 83 00:04:34,290 --> 00:04:37,440 fix and run this help manual again. 84 00:04:37,440 --> 00:04:40,233 We want to start the talk. 85 00:04:41,760 --> 00:04:43,770 Once the tool has been started, 86 00:04:43,770 --> 00:04:47,250 it'll open something like a console for the tool 87 00:04:47,250 --> 00:04:50,913 and it'll list out all of these options right here. 88 00:04:51,810 --> 00:04:54,060 So we're not going to be checking all of this 89 00:04:54,060 --> 00:04:57,630 but let's check some of them just for the purposes 90 00:04:57,630 --> 00:04:58,920 of the tutorial. 91 00:04:58,920 --> 00:05:01,410 Let's go, for example, with the most obvious one 92 00:05:01,410 --> 00:05:03,060 which is the IP changer. 93 00:05:03,060 --> 00:05:05,313 If I type option number three, 94 00:05:06,780 --> 00:05:09,367 it says IP changer was checked, 95 00:05:09,367 --> 00:05:12,750 and if I type enter once again, 96 00:05:12,750 --> 00:05:17,100 it'll say IP changer successfully enabled. 97 00:05:17,100 --> 00:05:20,010 Now let's see if that option works. 98 00:05:20,010 --> 00:05:23,880 If I go and type, what is my ip, 99 00:05:23,880 --> 00:05:26,910 it is loading for quite some time, which could mean 100 00:05:26,910 --> 00:05:31,620 that we are filtering traffic through a proxy. 101 00:05:31,620 --> 00:05:33,630 And I would say that's true 102 00:05:33,630 --> 00:05:37,230 because it says our systems have detected unusual traffic 103 00:05:37,230 --> 00:05:38,324 from your computer. 104 00:05:38,324 --> 00:05:39,930 This page checks to see 105 00:05:39,930 --> 00:05:42,270 if it's really you sending the requests. 106 00:05:42,270 --> 00:05:46,830 We get the IP address and sometimes this can happen 107 00:05:46,830 --> 00:05:49,560 if you are using tools like this. 108 00:05:49,560 --> 00:05:52,630 So let's perform the check 109 00:05:54,360 --> 00:05:55,540 and let's verify 110 00:05:58,020 --> 00:06:00,240 and here we get the IP address. 111 00:06:00,240 --> 00:06:03,033 Let's see where the IP address is located. 112 00:06:04,290 --> 00:06:07,143 And it seems to be giving the wrong IP. 113 00:06:08,010 --> 00:06:10,110 Let's just check for the page to load. 114 00:06:10,110 --> 00:06:13,230 This is the same page that we used once using Tor browser, 115 00:06:13,230 --> 00:06:16,410 if I'm not mistaken, and it has IP 116 00:06:16,410 --> 00:06:19,620 from that time saved right here 117 00:06:19,620 --> 00:06:22,650 for some unknown reason to me. 118 00:06:22,650 --> 00:06:24,640 So let's actually take a look 119 00:06:25,860 --> 00:06:28,053 at a different website. 120 00:06:29,010 --> 00:06:33,720 For example, let's go with this one 121 00:06:33,720 --> 00:06:36,420 and we got a different IP, which is good. 122 00:06:36,420 --> 00:06:37,920 It says the time currently 123 00:06:37,920 --> 00:06:42,030 in United States in Texas, which is completely wrong. 124 00:06:42,030 --> 00:06:47,030 I'm nowhere near there, and this option works. 125 00:06:47,550 --> 00:06:48,383 Awesome. 126 00:06:48,383 --> 00:06:51,120 Let's take a look at another option perhaps. 127 00:06:51,120 --> 00:06:53,310 We run this same command. 128 00:06:53,310 --> 00:06:57,990 We can perhaps try to run, let's say, 129 00:06:57,990 --> 00:07:00,363 browser anonymization. 130 00:07:01,530 --> 00:07:03,370 We checked that option 131 00:07:04,260 --> 00:07:07,320 and browser anonymization successfully enabled. 132 00:07:07,320 --> 00:07:11,010 Now, I personally don't know what this option 133 00:07:11,010 --> 00:07:14,100 will do inside of this tool. 134 00:07:14,100 --> 00:07:17,100 Perhaps it'll say somewhere on the page. 135 00:07:17,100 --> 00:07:18,870 It probably has explanation 136 00:07:18,870 --> 00:07:21,300 as to what each of these options do 137 00:07:21,300 --> 00:07:24,270 but we are not going to be reading through that right now. 138 00:07:24,270 --> 00:07:26,430 Let's see whether we can check something else. 139 00:07:26,430 --> 00:07:31,320 Again, let's try time zone changer, for example. 140 00:07:31,320 --> 00:07:35,760 Press enter and it will say time zone changer 141 00:07:35,760 --> 00:07:38,250 successfully enabled, but once again, 142 00:07:38,250 --> 00:07:40,770 we can't really check that 143 00:07:40,770 --> 00:07:44,520 since it doesn't give us any output back. 144 00:07:44,520 --> 00:07:46,410 And all the other options, 145 00:07:46,410 --> 00:07:48,300 feel free to take a look at them. 146 00:07:48,300 --> 00:07:52,050 You can also use Mac changer, DNS changer, 147 00:07:52,050 --> 00:07:55,710 or you can run the Anti Mitm in the middle option 148 00:07:55,710 --> 00:07:58,920 and all the other things that this tool offers. 149 00:07:58,920 --> 00:08:02,670 Now, once again, this is just one of the tool in the sea 150 00:08:02,670 --> 00:08:05,670 of a bunch of other tools that you can take a look at 151 00:08:05,670 --> 00:08:09,090 whether it being a tool for anonymity, privacy 152 00:08:09,090 --> 00:08:11,160 or something else. 153 00:08:11,160 --> 00:08:13,710 But always make sure that you're downloading the tool 154 00:08:13,710 --> 00:08:16,260 from a trusted source like GitHub. 155 00:08:16,260 --> 00:08:19,110 You don't want to be running a tool that you downloaded 156 00:08:19,110 --> 00:08:21,243 from some fishy website, right? 157 00:08:22,110 --> 00:08:23,880 Now that would be about it. 158 00:08:23,880 --> 00:08:27,141 We covered introductory steps to anonymity, 159 00:08:27,141 --> 00:08:30,420 and right now that you know how to use all of the things 160 00:08:30,420 --> 00:08:33,480 that we covered, you can use them in combination 161 00:08:33,480 --> 00:08:36,933 to increase your anonymity to a whole 'nother level. 162 00:08:37,950 --> 00:08:41,313 Thank you for watching and I'll see you in the next lecture.