All Collections
HackEDU Lesson Help
SQL Injection Lesson Help
Special Character Functionality Not Fixed Error (SQL Injection Lesson)
Special Character Functionality Not Fixed Error (SQL Injection Lesson)
Rachel Yonan avatar
Written by Rachel Yonan
Updated over a week ago

The SQL injection functionality on the post form is not fixed when trying special characters.
โ€‹

Test 1: SQL Injection Post Functionality Not Fixed Correctly

Did you correctly fix the post vulnerability? If you are using regular expressions or filtering that is not the correct way to fix SQL injection. Please review the Defense section of the lesson and try again.ย 

Attempt to submit a post with text that includes a single quote: '

Test 2: SQL Injection Post Functionality Not Fixed Correctly

Did you correctly fix the login vulnerability? If you are using regular expressions or filtering that is not the correct way to fix SQL injection. Please review the Defense section of the lesson and try again.

Attempt to submit a post with text that includes URL encoding: %27

Test 3: SQL Injection Post Functionality Not Fixed Correctly

Did you correctly fix the login vulnerability? If you are using regular expressions or filtering that is not the correct way to fix SQL injection. Please review the Defense section of the lesson and try again.

Attempt to submit a post with text that includes HTML character references: '

Did this answer your question?