Challenge8

Role of encoding in SQL injection [DB: MySQL, Level: Intermediate]

This lab shows the SQL injection in the POST request which is inserting some data. Generally SQL Injection is targeted for data retrieval using select queries, however in this case we will inject in Insert Query.

Lab:Use sqlmap to inject in insert query.

Database: MySQL

Technique Used:SQL Injection in Insert Query.

Limitations: No Visible Feedback

Video Demonstration

Download full PDF Challenge


Back to challenges