Challenge11

Bypass authentication using GBK encoding [DB: MySQL, Level: Advanced]

This lab shows how to bypass the “mysql_real_escape_string ” function to execute SQL injection using GBK encoding.

Lab:Bypassing authentication using GBK encoding.

Database: MySQL

Technique Used:GBK encoding.

Limitations: SQL injection payload gets escaped by “mysql_real_escape_string” function.

Video Demonstration

Download full PDF Challenge


Back to challenges