SQL injection is common hacking technique used retrieve or destroy data from a database without permission. It is considered one of the top web application security risks.
In this course, you will learn how SQL injection works so you are able to defended against this hacker attack in your own web applications.
⭐️ Course Contents ⭐️
⌨️ (0:00:00) Introduction
⌨️ (0:02:33) What is SQL Injection
⌨️ (0:06:56) Lab Setup
⌨️ (0:11:04) Basics of SQL
⌨️ (0:16:33) Classic Injection Bypass
⌨️ (0:26:01) Types of SQL Injection
⌨️ (0:30:21) Union Based SQL Injection
⌨️ (0:41:08) Error Based SQL Injection
⌨️ (0:53:27) Boolean Based SQL Injection
⌨️ (1:03:04) Time-Based SQL Injection
⌨️ (1:11:39) Semi-Automated SQL Injection
⌨️ (1:24:02) Fully Automated SQL Injection
⌨️ (1:37:11) Defending Against SQL Injections
#sql #testing #hacking #developer