1 00:00:00,690 --> 00:00:10,740 Hi, we are in the band at level 27 and we want to go into the 28 and here we have these get tips over 2 00:00:10,740 --> 00:00:11,160 here. 3 00:00:11,430 --> 00:00:13,500 So this level is about get. 4 00:00:13,690 --> 00:00:20,490 And if you are a software developer, I assume you know about the get get is a version control system. 5 00:00:20,940 --> 00:00:27,570 We use it to version control of our projects version control our codes we use in. 6 00:00:27,810 --> 00:00:31,770 We use it to publish our codes to the GitHub and so much more. 7 00:00:32,160 --> 00:00:35,220 If you are a developer, you should know about this. 8 00:00:35,220 --> 00:00:39,560 And if you're a cybersecurity specialist, you should know about this as well. 9 00:00:39,900 --> 00:00:46,710 So this level is about get if you get in the server, as you can see, we can use the get we can use 10 00:00:46,710 --> 00:00:47,760 to get commands. 11 00:00:48,000 --> 00:00:54,630 We're going to have to, you know, a little bit about this get stuff in order to solve this problem, 12 00:00:54,630 --> 00:01:03,150 I believe, because it says that there is a git repository in the in one of the folders or one of the 13 00:01:03,150 --> 00:01:04,410 files over here. 14 00:01:04,890 --> 00:01:09,630 And we have the password in the git repository. 15 00:01:09,810 --> 00:01:12,570 So Git Repository is actually a project. 16 00:01:12,600 --> 00:01:19,890 OK, so you write a code, you create a project and you save it under the under your git repository 17 00:01:20,040 --> 00:01:25,760 show that you can reach that git repository later on to do some operations. 18 00:01:26,100 --> 00:01:33,330 For example, if you can, if you want to, you can create a save point, which is a comment in the 19 00:01:33,330 --> 00:01:34,790 get OK. 20 00:01:34,830 --> 00:01:41,390 In that same point you actually are at a point where you are satisfied with your project. 21 00:01:41,520 --> 00:01:46,530 So if anything happens, like if you break something, you can't fall back to that point. 22 00:01:46,530 --> 00:01:50,680 If you want, you can check out to that comment later on. 23 00:01:50,910 --> 00:01:52,490 So let me show you what I mean. 24 00:01:52,500 --> 00:01:56,940 Go to the GitHub dot com, slash my name until someone sillu. 25 00:01:56,940 --> 00:01:58,520 So it's spelled like this. 26 00:01:58,890 --> 00:02:01,740 OK, just look at my browser. 27 00:02:02,160 --> 00:02:08,970 You can go to any repository you want, but you can just go to mine and you can see I have a lot of 28 00:02:08,970 --> 00:02:11,910 repositories since I'm a software developer as well. 29 00:02:12,150 --> 00:02:20,550 I can go into my python cars over here and I can see all the available files and folders for me, all 30 00:02:20,550 --> 00:02:27,300 the codes that I have been working on, all the checkpoints, all the comments that I have done over 31 00:02:27,300 --> 00:02:27,750 here. 32 00:02:28,260 --> 00:02:30,020 So let me show you what I mean. 33 00:02:30,510 --> 00:02:36,990 So in this case, we can say we've code and over here I have a lot of Python notebooks. 34 00:02:37,530 --> 00:02:45,600 So let me go into one of them, like in one by one py file over here, we can see the code and stuff. 35 00:02:45,930 --> 00:02:53,640 As you can see, we used the git in order to create a repository and over that repository I can do whatever 36 00:02:53,640 --> 00:02:54,230 I want. 37 00:02:54,660 --> 00:03:05,520 So let me come over here and write Git Clone and paste that SNH Eurorail over here and it says that 38 00:03:05,970 --> 00:03:06,930 permission denied. 39 00:03:06,930 --> 00:03:08,970 I'm going to tell you what cloning means. 40 00:03:08,970 --> 00:03:13,560 Don't worry, I'm going to create a temporary folder over here. 41 00:03:13,980 --> 00:03:17,070 OK, so I'm going to call this temp till twenty seven. 42 00:03:17,070 --> 00:03:23,670 Since we are in twenty seven, I'm going to seed into that and I'm going to run the same code, get 43 00:03:23,670 --> 00:03:26,150 clone and I'm going to say yes. 44 00:03:26,580 --> 00:03:30,480 So cloning means and it asks for a password. 45 00:03:30,840 --> 00:03:36,900 So I believe we have to give the password for the level twenty seven over here. 46 00:03:37,170 --> 00:03:39,720 I'm going to just say Paiste collection. 47 00:03:39,720 --> 00:03:39,930 Yeah. 48 00:03:39,930 --> 00:03:40,520 Here you go. 49 00:03:41,010 --> 00:03:49,590 So clothing means that copying that repo to my own server, to my own computer. 50 00:03:49,980 --> 00:03:51,500 Now wi fi around Al-Saleh. 51 00:03:51,540 --> 00:03:52,170 Here you go. 52 00:03:52,170 --> 00:03:55,670 We have the repository and we only have a readme file. 53 00:03:55,980 --> 00:03:57,720 Now if I kept that file. 54 00:03:57,870 --> 00:03:58,380 Here you go. 55 00:03:58,380 --> 00:03:59,460 We have the password. 56 00:03:59,610 --> 00:04:01,800 So this is relatively easy. 57 00:04:01,800 --> 00:04:04,470 We didn't have anything to do. 58 00:04:04,470 --> 00:04:06,510 We we just closed it. 59 00:04:06,510 --> 00:04:09,120 OK, but we have learned about cloning. 60 00:04:09,120 --> 00:04:09,420 Right. 61 00:04:09,660 --> 00:04:17,700 So cloning means downloading that repo to your own project, to your own computer, to your own server. 62 00:04:18,360 --> 00:04:23,700 So I'm going to narrow this password over here and just pasted over there. 63 00:04:24,030 --> 00:04:25,880 So this is level twenty six. 64 00:04:25,890 --> 00:04:27,270 Oh, no, twenty eight. 65 00:04:27,900 --> 00:04:29,790 And this is level not level. 66 00:04:30,390 --> 00:04:40,770 So I'm going to save this one and I'm going to come back here to exit out of that one and to log to 67 00:04:40,770 --> 00:04:42,330 twenty eight or dare. 68 00:04:43,140 --> 00:04:45,600 So as you can see it was fairly easy. 69 00:04:45,600 --> 00:04:52,650 We cloned it, we had, we had just seen the read me files and we found the password. 70 00:04:53,040 --> 00:04:55,950 Let's see what else we have in twenty eight. 71 00:04:56,760 --> 00:04:59,190 Let's see if it's related to get again. 72 00:04:59,490 --> 00:04:59,820 Let's. 73 00:05:00,080 --> 00:05:00,980 Let's come over here. 74 00:05:01,010 --> 00:05:02,800 Yep, it's related to get again. 75 00:05:03,260 --> 00:05:10,040 So again, there is a great repository at some server and we're going to clone the repository to see 76 00:05:10,040 --> 00:05:11,190 what we can do with it. 77 00:05:11,540 --> 00:05:15,370 I'm going to just make another directory over here, OK? 78 00:05:15,380 --> 00:05:17,210 I'm going to call this until 28. 79 00:05:17,510 --> 00:05:22,360 I'm going to KDA into that and I'm going to clone the thing again. 80 00:05:23,030 --> 00:05:29,300 And in order to clone, I will just from git clone one more time and paste the selection and it will 81 00:05:29,300 --> 00:05:33,020 download the project for me and for the password. 82 00:05:33,020 --> 00:05:39,090 Of course, I'm going to get the password txi and just copy and paste this thing. 83 00:05:39,860 --> 00:05:48,780 So as you can see, keeping logs of our passwords is very efficient and very necessary at this point. 84 00:05:49,370 --> 00:05:53,150 So if you're on, the less we can see the ripple folder over here. 85 00:05:53,360 --> 00:05:58,280 If we were on the SLA one more time, we have the README and here you go. 86 00:05:58,280 --> 00:06:00,950 We see the username and we see the password. 87 00:06:00,950 --> 00:06:05,390 But password is actually kind of encrypted. 88 00:06:06,050 --> 00:06:14,300 So commands you may need to solve this level is get so we have to dig deep, dive into the commands 89 00:06:14,300 --> 00:06:14,940 over here. 90 00:06:15,440 --> 00:06:21,500 So what did I say before we can use the git in order to create checkpoints. 91 00:06:21,650 --> 00:06:25,010 OK, and there are a couple of things. 92 00:06:25,010 --> 00:06:31,640 If you come across in a situation like that that you should do, you have to check some comments. 93 00:06:32,000 --> 00:06:35,420 You have to check, get branch, OK, get branch. 94 00:06:35,420 --> 00:06:44,180 Ah, so it shows you the different branches that you are inside or different branches available. 95 00:06:44,330 --> 00:06:47,900 You can't run get branch to see the current branch that you're in. 96 00:06:47,900 --> 00:06:49,250 We are in the master branch. 97 00:06:49,700 --> 00:06:52,310 I'm going to tell you what a branch is later on. 98 00:06:52,910 --> 00:06:55,430 Just so you know, we are in the master branch right now. 99 00:06:55,430 --> 00:06:56,840 We don't need to do anything. 100 00:06:57,020 --> 00:06:59,210 You can search for GTECH. 101 00:06:59,330 --> 00:07:01,580 We don't have any tags into the repo. 102 00:07:02,360 --> 00:07:08,360 You can search for get log and you can see all the comments that have been done for this project. 103 00:07:08,810 --> 00:07:11,960 So what was the what was committing? 104 00:07:11,960 --> 00:07:13,120 What were the comments? 105 00:07:13,280 --> 00:07:14,930 So these are check points. 106 00:07:15,650 --> 00:07:20,210 Then when a developer write some code, then he is satisfied. 107 00:07:20,210 --> 00:07:28,730 When she is satisfied with the current level, they can just say commit this changes to my repository 108 00:07:29,060 --> 00:07:37,610 so that I can come back here or go forward in time in order to just deal with my project. 109 00:07:37,610 --> 00:07:41,400 And in this case, as you can see, it says fix info leak. 110 00:07:41,420 --> 00:07:43,010 So this is a complete message. 111 00:07:43,340 --> 00:07:46,480 When you commit something, it asks you for a message. 112 00:07:46,490 --> 00:07:55,280 OK, so developer has written fix info leak, so most probably at some point developer fix the info 113 00:07:55,280 --> 00:07:55,700 leak. 114 00:07:56,180 --> 00:08:03,590 And if we come back in time, like if we go to that comment, that particular comment, we may reverse 115 00:08:03,590 --> 00:08:06,020 the thing that she has done so well. 116 00:08:06,020 --> 00:08:11,690 We can say we can just say check out and we can just copy and paste that hash. 117 00:08:11,870 --> 00:08:12,890 And here we go. 118 00:08:13,070 --> 00:08:15,170 Now I'm going to run Ellerslie. 119 00:08:15,470 --> 00:08:17,270 So nothing has been changed. 120 00:08:17,270 --> 00:08:20,630 Apparently, we only have read me one more time. 121 00:08:21,680 --> 00:08:27,020 OK, but if I kept this, then I will see the password over here. 122 00:08:27,650 --> 00:08:28,970 So what happened? 123 00:08:29,420 --> 00:08:31,400 The developer fix that problem. 124 00:08:31,400 --> 00:08:33,620 OK, they erased the password. 125 00:08:33,620 --> 00:08:39,590 They just put X, X, X, X and then committed and we undo that comment. 126 00:08:39,860 --> 00:08:48,500 OK, so I'm going to save this to my password texta and I'm going to exit out of this one and I'm going 127 00:08:48,500 --> 00:08:51,100 to login into the band, the twenty nine. 128 00:08:51,110 --> 00:08:52,700 So here you go. 129 00:08:54,200 --> 00:09:02,240 So let's see if this is the right one and let's paste this and hit enter. 130 00:09:02,960 --> 00:09:03,800 So here you go. 131 00:09:03,800 --> 00:09:08,840 We are inside of the banded twenty nine and let's see if this is about get as well. 132 00:09:08,840 --> 00:09:11,870 If this is about to get I'm going to continue solving it. 133 00:09:12,080 --> 00:09:12,320 Yeah. 134 00:09:12,380 --> 00:09:13,310 Here we go again. 135 00:09:13,310 --> 00:09:14,900 This is the same thing. 136 00:09:15,260 --> 00:09:18,530 I'm just going to clone that one and see what this is about. 137 00:09:18,770 --> 00:09:21,530 I'm going to make directory under Tempy. 138 00:09:21,530 --> 00:09:30,940 I'm going to call this until twenty nine and I'm into that and then I'm going to get clone and just 139 00:09:30,950 --> 00:09:37,520 paste is over here and we're going to need the password one more time. 140 00:09:38,240 --> 00:09:48,020 So let me get the password and let me get the password from here and come over here and just paste selection. 141 00:09:48,650 --> 00:09:49,400 Here you go. 142 00:09:49,400 --> 00:09:53,690 Now we are inside of the band the twenty nine and we can see the repo. 143 00:09:54,170 --> 00:09:55,820 Let me Al-Saleh. 144 00:09:56,120 --> 00:09:57,380 And here you go again. 145 00:09:57,380 --> 00:09:59,560 We don't have anything if we can. 146 00:09:59,740 --> 00:10:00,430 Read me. 147 00:10:01,260 --> 00:10:03,850 It says that no password's in production. 148 00:10:04,170 --> 00:10:08,630 So, again, there are some standard things that we should do. 149 00:10:08,940 --> 00:10:13,020 We can check the jetlag, we can check the tag. 150 00:10:13,560 --> 00:10:18,410 And here we have the fix username and initial comment of read me. 151 00:10:18,870 --> 00:10:28,170 OK, so we can try to go back to that comment and see if it changes and think, OK, or we can try to 152 00:10:28,830 --> 00:10:36,690 just see if we have any tags like e-TAG or Branch where inside of M. But as you can see, we have a 153 00:10:36,690 --> 00:10:38,400 lot of branches over here. 154 00:10:38,640 --> 00:10:44,790 So branches are different ways that you can go in your project so you can create a test branch, for 155 00:10:44,790 --> 00:10:50,830 example, and just go back whenever you want so that you won't break anything. 156 00:10:51,300 --> 00:10:53,590 So I'm going to just say check out that. 157 00:10:53,850 --> 00:10:59,880 So if I write Get Branch right now, I mean that branch rather than Master Branch. 158 00:11:00,160 --> 00:11:02,520 So that means means development. 159 00:11:02,940 --> 00:11:10,140 Now, since we actually changed the branch, we can check the git log one more time and we can check 160 00:11:10,140 --> 00:11:14,430 the read me one more time because it has been completely changed for us. 161 00:11:14,730 --> 00:11:18,690 For example, in jetlag, we see a lot of logs over here, as you can see. 162 00:11:18,990 --> 00:11:19,510 Right. 163 00:11:19,950 --> 00:11:22,580 So let me get with me and here you go. 164 00:11:22,590 --> 00:11:23,670 We already see it. 165 00:11:24,360 --> 00:11:32,220 If we hadn't seen this, we would try to go back into the other comments again with the git check out 166 00:11:32,220 --> 00:11:32,700 command. 167 00:11:32,910 --> 00:11:35,400 But right now we can see the password. 168 00:11:35,490 --> 00:11:43,650 So I'm going to copy this one and I'm going to just narrow into this and I'm going to save the level 169 00:11:43,950 --> 00:11:45,270 30 over here. 170 00:11:46,020 --> 00:11:47,580 So far, so good. 171 00:11:48,120 --> 00:11:54,750 I'm actually I'm trying to do this a little bit fast because I believe you. 172 00:11:54,750 --> 00:11:59,250 If you have come to this point now, you're a little bit fluent about this. 173 00:11:59,400 --> 00:12:07,110 Now nothing gets into, OK, I'm not wasting any time to explain the things that we have done so far. 174 00:12:07,830 --> 00:12:09,210 So far, so good. 175 00:12:09,210 --> 00:12:13,800 Let me go into the band of thirty and let's see if this is about get as well. 176 00:12:14,400 --> 00:12:15,750 Let me come over here. 177 00:12:15,750 --> 00:12:16,140 Yep. 178 00:12:16,140 --> 00:12:21,870 This time is this is about get as well and it doesn't give us any specifications. 179 00:12:21,870 --> 00:12:24,150 We're going to have to do the same thing one more time. 180 00:12:24,390 --> 00:12:32,850 Let me go into the temp until thirty and I'm going to go into temp until thirty and I'm going to get 181 00:12:33,000 --> 00:12:42,900 on this project and let me pass this over here and say yes and lets me get the password one more time. 182 00:12:44,410 --> 00:12:52,190 So let me just copy this and come back and pass it over there and here you go. 183 00:12:52,210 --> 00:12:53,770 We have managed to clone it. 184 00:12:54,040 --> 00:12:55,840 So if I were on there, let's play. 185 00:12:56,020 --> 00:12:57,350 We can see the repo. 186 00:12:57,730 --> 00:13:02,500 Let me run this play and let me just get the read me files. 187 00:13:02,740 --> 00:13:06,130 And it's just an empty file and it loves us. 188 00:13:06,730 --> 00:13:07,810 So very good. 189 00:13:07,820 --> 00:13:13,260 So let me just go to get Branch and we only have the master branch over here. 190 00:13:13,630 --> 00:13:14,290 Let me run. 191 00:13:14,290 --> 00:13:15,010 Good luck. 192 00:13:15,340 --> 00:13:18,720 And there is only one Gitlow over here. 193 00:13:18,730 --> 00:13:20,920 One comment and then you tag. 194 00:13:20,920 --> 00:13:23,850 We have the secret thingy going on. 195 00:13:24,100 --> 00:13:26,100 I believe we have to go for that. 196 00:13:26,110 --> 00:13:28,150 It's pretty obvious, right? 197 00:13:28,930 --> 00:13:36,030 So you can't use tags and if you say get shot secret, it will show the secret for us. 198 00:13:36,370 --> 00:13:40,260 So it may be the password for the next level. 199 00:13:40,270 --> 00:13:40,770 Right. 200 00:13:41,080 --> 00:13:47,610 So come over here and just pass it over there and let's go to level thirty one. 201 00:13:48,550 --> 00:13:50,620 So it was pretty easy as well. 202 00:13:50,620 --> 00:13:55,000 I believe these are all designed for us to learn about Git. 203 00:13:55,840 --> 00:14:01,480 But if you're a developer like me, you have done this like a thousand times. 204 00:14:01,720 --> 00:14:07,420 So you know how to work with Git and you can just proceed over here a little bit faster. 205 00:14:07,990 --> 00:14:17,170 So let me come over here and say, enter, let me come over there and let me go back to here to go into 206 00:14:17,170 --> 00:14:18,220 level thirty one. 207 00:14:18,700 --> 00:14:20,490 And this is about get as well. 208 00:14:20,500 --> 00:14:21,460 Let's see. 209 00:14:21,740 --> 00:14:22,330 Yep. 210 00:14:22,900 --> 00:14:25,930 So I'm going to get on that one this time. 211 00:14:26,380 --> 00:14:27,850 So I'm going to copy this. 212 00:14:28,210 --> 00:14:36,220 I'm going to just make a directory in the TMP folder say until thirty one I'm going to QD into that 213 00:14:36,220 --> 00:14:45,910 folder on top until thirty one and I'm just going to get on that one and we're going to need the password. 214 00:14:46,570 --> 00:14:57,160 Let's go back for password, let's get the password and let's get the password from here and say copy 215 00:14:57,160 --> 00:15:05,890 selection and come over here and paste the selection and let's see if we have the repo, if we go to 216 00:15:05,890 --> 00:15:12,490 repo and if we run out of Salay, let's see, we have the get Egner. 217 00:15:12,490 --> 00:15:14,350 So let me get the read me. 218 00:15:14,650 --> 00:15:24,310 First of all, it says that this time your task is to push a file to the remote repository. 219 00:15:24,310 --> 00:15:25,900 OK, we can do that. 220 00:15:25,900 --> 00:15:31,840 We get pushed by the way, details filename Keidar text content. 221 00:15:31,960 --> 00:15:35,020 May I come in branch master. 222 00:15:35,590 --> 00:15:43,140 So it asks us to create a file called Ketut Texte and inside of KeyData acce. 223 00:15:43,420 --> 00:15:44,260 We should have. 224 00:15:44,260 --> 00:15:50,830 May I come in ok with the question marks and everything like that and we will push that file but we 225 00:15:50,830 --> 00:15:56,620 have to check that get ignored first because getting ignored means that ignore some files. 226 00:15:57,070 --> 00:16:04,270 If we have the KeyData in there, even though we create this and we push this, it won't get allowed 227 00:16:04,450 --> 00:16:09,730 in the git repository because git ignore is created for that stuff. 228 00:16:09,730 --> 00:16:13,810 OK, ignores some of the files in the git repository. 229 00:16:14,020 --> 00:16:21,070 It's created to keep it secure like you want to keep keep the server keys for example, safe. 230 00:16:21,220 --> 00:16:27,130 You don't want to push them to your get reports or other people cannot see them anyway. 231 00:16:27,130 --> 00:16:35,230 I'm just going to get this and yeah this is actually a little bit different than what I expect to see. 232 00:16:35,920 --> 00:16:42,460 It ignores every text file, so it is pretty obvious what we should do. 233 00:16:42,460 --> 00:16:49,300 We can either change to get ignore content or we can just remove it right before we create our file. 234 00:16:49,450 --> 00:16:54,420 So I'm going to just R.M. to get ignore file and I'm going to run an SLA. 235 00:16:54,430 --> 00:17:00,250 As you can see, we got rid of that, getting our files so we won't be ignoring the text files. 236 00:17:00,970 --> 00:17:06,250 So it's pretty trivial to create the KeyData with that content. 237 00:17:06,460 --> 00:17:09,190 You can't use the Echo command, you can use the Vim. 238 00:17:09,760 --> 00:17:13,780 We cannot use the Nano for some reason in this case in the server. 239 00:17:14,170 --> 00:17:19,330 So I'm going to say Echo and I'm going to just write, may I come in? 240 00:17:19,540 --> 00:17:24,210 But just beware the questionmark and all the other things, OK? 241 00:17:24,220 --> 00:17:25,180 May I come in? 242 00:17:25,780 --> 00:17:32,190 I'm going to take this output and put it into something called KeyData Sixty. 243 00:17:32,710 --> 00:17:39,850 Now if I run Al-Saleh I will say I will see the KeyData ACCE and if I kept the KeyData I will see. 244 00:17:39,850 --> 00:17:40,690 May I come in. 245 00:17:41,140 --> 00:17:43,900 So we're going to push that to the remote to. 246 00:17:44,210 --> 00:17:48,510 Story in order to do that, first of all, we need to commit our changes. 247 00:17:48,530 --> 00:17:54,540 So right now we're going to do our own comit, so we're going to save our changes, OK? 248 00:17:55,120 --> 00:17:57,530 And let me see if we have anything else. 249 00:17:58,430 --> 00:18:00,410 As you can see, it says, may I come in? 250 00:18:00,590 --> 00:18:02,950 And this is exactly what we have written. 251 00:18:03,230 --> 00:18:05,430 So I believe it's we are fine. 252 00:18:05,900 --> 00:18:08,090 So we are in the master branch. 253 00:18:08,090 --> 00:18:12,020 We have the file that we need or we need to just push it. 254 00:18:12,380 --> 00:18:14,810 So I'm going to say get Ed KeyData. 255 00:18:15,690 --> 00:18:18,350 This will add the file to our repository. 256 00:18:18,560 --> 00:18:20,090 I'm going to commit the thing. 257 00:18:20,390 --> 00:18:25,940 And we need to give a complete message by saying that I am no comment, OK? 258 00:18:26,270 --> 00:18:30,010 Of course you need to be more specific in real life cases. 259 00:18:30,590 --> 00:18:36,580 So over here, it says that there is a new commitment file change, one insertion. 260 00:18:37,010 --> 00:18:38,600 So I'm just going to push this. 261 00:18:38,780 --> 00:18:40,850 I'm going to say get push and say yes. 262 00:18:41,360 --> 00:18:44,360 And it asks for the password one more time. 263 00:18:44,360 --> 00:18:47,910 Let me copy the password from here, OK? 264 00:18:48,500 --> 00:18:55,640 And I'm going to come back and just pasted over there and I will hit enter and here you go. 265 00:18:55,640 --> 00:18:59,140 Now it got pushed and well done. 266 00:18:59,150 --> 00:19:01,090 Here is the password for the next level. 267 00:19:01,400 --> 00:19:06,110 So this is the password for the level thirty two. 268 00:19:06,110 --> 00:19:06,920 Great. 269 00:19:06,920 --> 00:19:11,660 So let me just copy this one over here, OK. 270 00:19:12,260 --> 00:19:19,340 And let me come over here and just say NENO and save the password over there. 271 00:19:19,820 --> 00:19:23,810 So I'm going to paste this thing in and I'm going to save it this level. 272 00:19:23,810 --> 00:19:25,040 Thirty two. 273 00:19:25,820 --> 00:19:27,320 So great. 274 00:19:27,320 --> 00:19:34,040 Let me come back over here and exit out of this one and I'm just going to try and connect to Bendit 275 00:19:34,040 --> 00:19:41,870 twenty thirty two in order to test the password that we have found so great. 276 00:19:41,870 --> 00:19:48,350 I believe this will be one of the last sections if it's not the last section itself. 277 00:19:49,010 --> 00:19:51,080 And let me try and see. 278 00:19:51,770 --> 00:19:52,160 Yep. 279 00:19:52,190 --> 00:19:52,730 Here you go. 280 00:19:52,730 --> 00:19:56,600 Level thirty two to level 33. 281 00:19:56,930 --> 00:20:00,200 After all this stuff, it's time for another escape. 282 00:20:00,200 --> 00:20:00,980 Good luck. 283 00:20:01,520 --> 00:20:03,320 So great. 284 00:20:03,770 --> 00:20:06,350 Again, we are off to a new challenge. 285 00:20:06,530 --> 00:20:09,170 We're going to see what it means in the next level. 286 00:20:09,170 --> 00:20:11,180 And as you can see, the uppercase show. 287 00:20:11,420 --> 00:20:13,340 So it's interesting. 288 00:20:13,550 --> 00:20:16,880 Let's do that within the next lecture.