[WeChall]Training: MySQL II[link]
문제
This one is the same as MySQL1, but you have to come up with a more advanced injection to trick this authentication.
Your mission is again: Login yourself as admin.
Again you are given the sourcecode, also as highlighted version.
번역
이것은 MySQL1과 동일하지만, 이 인증을 속이기 위해선 진보된 인젝션이 필요합니다.
당신의 임무는 쉽습니다: 관리자로 로그인하십시오.
그리고 소스 코드 와 하이라이트 버전으로 소스 코드가 제공됩니다.
Query
$query = "SELECT * FROM users WHERE username='$username'";
Answer is Next page