1 00:00:00,060 --> 00:00:03,960 ‫Hello and welcome to hacking web applications. 2 00:00:04,440 --> 00:00:10,140 ‫Throughout the course, you're going to learn how to find out the vulnerabilities in a website, how 3 00:00:10,140 --> 00:00:17,460 ‫to exploit the vulnerabilities and hack the application and how to secure your application from these 4 00:00:17,460 --> 00:00:18,060 ‫attacks. 5 00:00:18,690 --> 00:00:25,260 ‫First, let's get prepared for the course and talk about some technologies and standards used in web 6 00:00:25,260 --> 00:00:26,130 ‫applications. 7 00:00:26,610 --> 00:00:29,940 ‫We need to learn how to collect information about the website. 8 00:00:31,480 --> 00:00:36,430 ‫We're going to have to learn as much about the application as we can, and while discovering everything 9 00:00:36,430 --> 00:00:41,020 ‫about the web site, we analyze the configurations of the mechanisms used. 10 00:00:41,050 --> 00:00:45,730 ‫We collect everything we find and try to use them to hack the app. 11 00:00:45,820 --> 00:00:53,200 ‫The vulnerabilities in attack methods are classified according to Oh Wasp Oh Wasp is open web application 12 00:00:53,200 --> 00:00:57,520 ‫security project and one of the most important communities out there. 13 00:00:57,550 --> 00:01:04,180 ‫Regarding application security, we manipulate inputs and push the application to produce unexpected 14 00:01:04,180 --> 00:01:11,080 ‫outputs that we compromise the authorization authentication and session management mechanisms of that 15 00:01:11,080 --> 00:01:11,800 ‫application.