SQL Injection for Beginners
Many websites and web applications rely on SQL-based databases to store and retrieve often crucial data. However, an unsafe manipulation of SQL queries can lead to one of the most dangerous web attacks: SQL injection. This workshop covers several sorts of SQL injection attacks, including practical examples, SQL injection automation with SQLMAP, defense methods, and more.