WEB241: Hardening PHP Web Apps - SQL Injection
In this lab, you will learn how to secure a corporation's newly launched web application against external attacks. To do so, you will need to identify places where SQL queries use string concatenation, convert the SQL query to a prepared statement, and apply appropriate data validation to secure against SQL injection.
Time
45 minutes
Difficulty
Intermediate
Share
Join over 3 million cybersecurity professionals advancing their career
Sign up with
Required fields are marked with an *
or
Already have an account? Sign In »

Overview
In this lab, you will learn how to secure a corporation's newly launched web application against external attacks. To do so, you will need to identify places where SQL queries use string concatenation, convert the SQL query to a prepared statement, and apply appropriate data validation to secure against SQL injection.
Learning Partner