1 00:00:00,000 --> 00:00:00,833 ‫-: Hi! 2 00:00:00,833 --> 00:00:04,560 ‫Within the section we are gonna have a very good practice. 3 00:00:04,560 --> 00:00:08,760 ‫We're going to solve a CTF, a capture the flag application, 4 00:00:08,760 --> 00:00:13,170 ‫in which we are going to hack an insecure banking app. 5 00:00:13,170 --> 00:00:15,810 ‫So we're going to do this example in Android 6 00:00:15,810 --> 00:00:18,360 ‫so that everyone can follow along. 7 00:00:18,360 --> 00:00:20,040 ‫So you won't need any kind 8 00:00:20,040 --> 00:00:23,310 ‫of specific operating system requirements. 9 00:00:23,310 --> 00:00:28,170 ‫So all you're going to just focus on solving the CTF, 10 00:00:28,170 --> 00:00:32,550 ‫and you're going to see how we can actually use the things 11 00:00:32,550 --> 00:00:34,530 ‫that we have learned so far. 12 00:00:34,530 --> 00:00:38,218 ‫And also, we are going to learn new skills as well. 13 00:00:38,218 --> 00:00:42,150 ‫So it's a banking application and it has its own server 14 00:00:42,150 --> 00:00:43,770 ‫and it has its own app. 15 00:00:43,770 --> 00:00:45,690 ‫We're going to see how we can download them, 16 00:00:45,690 --> 00:00:48,330 ‫how we can install them on our computer, 17 00:00:48,330 --> 00:00:52,020 ‫how we can run them, and how we can actually hack them. 18 00:00:52,020 --> 00:00:55,230 ‫And we are going to solve a couple of problems, 19 00:00:55,230 --> 00:00:57,000 ‫solve the most popular ones, 20 00:00:57,000 --> 00:01:00,510 ‫and I'm going to show you a way to solve the rest 21 00:01:00,510 --> 00:01:04,080 ‫of the challenges by yourself, if you want of course. 22 00:01:04,080 --> 00:01:07,023 ‫So now, if you're ready, let's get started.